summaryrefslogtreecommitdiffstats
path: root/app/common/directives/log-search-control.html
diff options
context:
space:
mode:
authorGunnar Mills <gmills@us.ibm.com>2018-09-25 15:57:35 -0500
committerGunnar Mills <gmills@us.ibm.com>2018-09-27 02:03:25 +0000
commit8d6f37f9eba1069dc7745bb39b29c786fda3a36a (patch)
tree7f687fea494ebb7032374ef88d18f67dc2bebcbc /app/common/directives/log-search-control.html
parent806d39be678db847c9acfe59549880543c8493b0 (diff)
downloadphosphor-webui-8d6f37f9eba1069dc7745bb39b29c786fda3a36a.tar.gz
phosphor-webui-8d6f37f9eba1069dc7745bb39b29c786fda3a36a.zip
log-search-control.html: Fix indenting
Change-Id: I11074705553aba7b1b8a8ebc1a97b472a5fb1de5 Signed-off-by: Gunnar Mills <gmills@us.ibm.com>
Diffstat (limited to 'app/common/directives/log-search-control.html')
-rw-r--r--app/common/directives/log-search-control.html12
1 files changed, 6 insertions, 6 deletions
diff --git a/app/common/directives/log-search-control.html b/app/common/directives/log-search-control.html
index 6d3dbfd..113e9f0 100644
--- a/app/common/directives/log-search-control.html
+++ b/app/common/directives/log-search-control.html
@@ -1,9 +1,9 @@
<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" ng-model="customSearch" ng-keydown="doSearchOnEnter($event)"/>
- <div class="search-submit__wrapper">
+ <label for="content__search-input">Event Log 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>
- <input id="content__search-submit" type="submit" class="btn btn-primary content__search-submit" value="Filter" ng-click="doSearchOnClick()"/>
- </div>
-</div> \ No newline at end of file
+ <input id="content__search-submit" type="submit" class="btn btn-primary content__search-submit" value="Filter" ng-click="doSearchOnClick()"/>
+ </div>
+</div>
OpenPOWER on IntegriCloud