diff --git a/dashboard-ui/scripts/site.js b/dashboard-ui/scripts/site.js index 03818daba0..d0d81f627a 100644 --- a/dashboard-ui/scripts/site.js +++ b/dashboard-ui/scripts/site.js @@ -463,40 +463,35 @@ var Dashboard = { Dashboard.getCurrentUser().done(function (user) { - var html = '
';
+ });
- var imageUrl = user.PrimaryImageTag ? ApiClient.getUserImageUrl(user.Id, {
+ html += '';
+ }
- height: 400,
- tag: user.PrimaryImageTag,
- type: "Primary"
+ html += user.Name;
+ html += '';
- }) : "css/images/userflyoutdefault.png";
-
- html += '
';
- html += '
View Profile'; + html += '
Preferences'; html += '
'; - html += '