From 27efb81a42fca66f1deb8418ccd4c7617e1ede28 Mon Sep 17 00:00:00 2001 From: alexziskind1 Date: Thu, 25 Apr 2019 09:21:24 -0700 Subject: [PATCH] dashboard combobox assignee avatars --- RPS.Web/Pages/Dashboard.cshtml | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/RPS.Web/Pages/Dashboard.cshtml b/RPS.Web/Pages/Dashboard.cshtml index 8c63cf9..b250fed 100644 --- a/RPS.Web/Pages/Dashboard.cshtml +++ b/RPS.Web/Pages/Dashboard.cshtml @@ -34,7 +34,9 @@ datatextfield="FullName" datavaluefield="Id" on-change="onAssigneeChange" - style="width: 260px;"> + style="width: 260px;" + template-id="templateAssignee" + > @@ -108,6 +110,13 @@ + + @section styles {