diff options
| author | Michael Davis <michael.s.davis@ibm.com> | 2017-08-09 11:36:45 -0500 |
|---|---|---|
| committer | Adriana Kobylak <anoo@us.ibm.com> | 2017-10-09 13:55:47 -0500 |
| commit | 9e62a1c88c7358b95d81eafd02a6d322d78a56d5 (patch) | |
| tree | 30d07c3c0dae2ba84fa87289e43d5aee0bb63726 /app/server-health/controllers/log-controller.html | |
| parent | 3e2fe422bf3ee19cf2250a335b0285efe0fb3fe5 (diff) | |
| download | phosphor-webui-9e62a1c88c7358b95d81eafd02a6d322d78a56d5.tar.gz phosphor-webui-9e62a1c88c7358b95d81eafd02a6d322d78a56d5.zip | |
changed 'mark as resolved' icon to only a checkmark based on user feedback.
Change-Id: I839206d30f0f2db158e23d683ff8cdc0e63398c9
Signed-off-by: Michael Davis <michael.s.davis@ibm.com>
Diffstat (limited to 'app/server-health/controllers/log-controller.html')
| -rw-r--r-- | app/server-health/controllers/log-controller.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/server-health/controllers/log-controller.html b/app/server-health/controllers/log-controller.html index ec533a1..0975e7f 100644 --- a/app/server-health/controllers/log-controller.html +++ b/app/server-health/controllers/log-controller.html @@ -56,7 +56,7 @@ <img class="event__icon" src="assets/images/icon-trashcan-white.svg" alt="">Delete </button> <button class="inline btn-resolve" ng-show="selectedEvents.length || all" ng-click="resolve()"> - <img class="event__icon" src="assets/images/icon-checklist-white.svg" alt="">Mark as resolved + <img class="event__icon" src="assets/images/icon-check-white.svg" alt="">Mark as resolved </button> <a ng-href="data:text/json;charset=utf-8,{{export_data}}" class="inline btn-export" download="{{export_name}}" ng-show="selectedEvents.length || all">Export</a> </div> |

