diff options
author | Christopher Lott (cl778h) <clott@research.att.com> | 2017-08-02 08:36:31 -0400 |
---|---|---|
committer | Christopher Lott (cl778h) <clott@research.att.com> | 2017-08-02 16:24:22 -0400 |
commit | fff3857077a23c2d10087235818f5d70f2957b9a (patch) | |
tree | 0b0e9cec911d8f5cada247397e3a3c38ba7e13ce /ecomp-portal-FE-common/client/app/views/dashboard/dashboard.tpl.html | |
parent | 39a2ffd9ccd28539ec00e7fc16c7c9c051b1809a (diff) |
Drop _os suffix in EPSDK app database URL
Repair icon shown in Portal widgets "..."
Issue: PORTAL-49
Change-Id: I1bd83949d81609e56d8df84cd7d9e2c430237878
Signed-off-by: Christopher Lott (cl778h) <clott@research.att.com>
Diffstat (limited to 'ecomp-portal-FE-common/client/app/views/dashboard/dashboard.tpl.html')
-rw-r--r-- | ecomp-portal-FE-common/client/app/views/dashboard/dashboard.tpl.html | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/ecomp-portal-FE-common/client/app/views/dashboard/dashboard.tpl.html b/ecomp-portal-FE-common/client/app/views/dashboard/dashboard.tpl.html index 9a87c0ba..d71b8f79 100644 --- a/ecomp-portal-FE-common/client/app/views/dashboard/dashboard.tpl.html +++ b/ecomp-portal-FE-common/client/app/views/dashboard/dashboard.tpl.html @@ -128,11 +128,7 @@ ng-mousedown="showImpResOption=!showImpResOption" ng-mouseleave="showImpResOption=false" title="Settings" ddh-accessibility-click="13,32" tabindex="0"><span - style="color: #888;"><img - ng-src="assets/images/generic.png" - style="margin-bottom: 3px; margin-left: 3px;" alt="..." - aria-label="Tap or Click to move" - src="assets/images/generic.png"></span></a> + class="icon-controls-moreapplications"></span></a> <ul class="optionsMenu" style="display: block" |