summaryrefslogtreecommitdiffstats
path: root/app/server-health/controllers/sensors-overview-controller.html
diff options
context:
space:
mode:
Diffstat (limited to 'app/server-health/controllers/sensors-overview-controller.html')
-rw-r--r--app/server-health/controllers/sensors-overview-controller.html4
1 files changed, 3 insertions, 1 deletions
diff --git a/app/server-health/controllers/sensors-overview-controller.html b/app/server-health/controllers/sensors-overview-controller.html
index 8669c33..6f2b2d2 100644
--- a/app/server-health/controllers/sensors-overview-controller.html
+++ b/app/server-health/controllers/sensors-overview-controller.html
@@ -12,7 +12,9 @@
<label for="content__search-input">Sensors Search</label>
<input id="content__search-input" type="text" ng-model="customSearch" ng-keydown="doSearchOnEnter($event)"/>
<div class="search-submit__wrapper">
- <button class="clear-input" ng-click="clear()">&#10005;</button>
+ <button class="btn" type="button" aria-label="clear filter" ng-click="clear()">
+ <icon file="icon-close.svg" aria-hidden="true"></icon>
+ </button>
<input id="content__search-submit" type="submit" class="btn btn-primary content__search-submit" value="Filter" ng-click="doSearchOnClick()"/>
</div>
</div>
OpenPOWER on IntegriCloud