summaryrefslogtreecommitdiffstats
path: root/app/common
diff options
context:
space:
mode:
authorMichael Davis <michael.s.davis@ibm.com>2017-07-09 11:56:06 -0500
committerAdriana Kobylak <anoo@us.ibm.com>2017-10-09 13:41:30 -0500
commit0a80dd6792a4e2664abb2ece24bb203bb90bbf19 (patch)
tree1f9e30774c36b9eb4f84f882de8f68fdb464f6e0 /app/common
parent25aaa22c076027ddcb18f758a14db663ac8fa256 (diff)
downloadphosphor-webui-0a80dd6792a4e2664abb2ece24bb203bb90bbf19.tar.gz
phosphor-webui-0a80dd6792a4e2664abb2ece24bb203bb90bbf19.zip
Added label to content filter input and fixed disable class
Change-Id: I86dc3a4764eabd94aa08bf2dbb56b5fc1565d195 Signed-off-by: Michael Davis <michael.s.davis@ibm.com>
Diffstat (limited to 'app/common')
-rw-r--r--app/common/directives/log-search-control.html3
1 files changed, 2 insertions, 1 deletions
diff --git a/app/common/directives/log-search-control.html b/app/common/directives/log-search-control.html
index bfd461b..09a393b 100644
--- a/app/common/directives/log-search-control.html
+++ b/app/common/directives/log-search-control.html
@@ -1,5 +1,6 @@
+<p class="content-label">Filter events</p>
<div class="content__search">
<label for="content__search-input">Event Log Search</label>
- <input id="content__search-input" type="text" placeholder="Filter issues" ng-model="customSearch" ng-keydown="doSearchOnEnter($event)"/>
+ <input id="content__search-input" type="text" ng-model="customSearch" ng-keydown="doSearchOnEnter($event)"/>
<input id="content__search-submit" type="submit" class="btn btn-primary" value="Filter" ng-click="doSearchOnClick()"/>
</div> \ No newline at end of file
OpenPOWER on IntegriCloud