Skip to content

Commit 444c419

Browse files
committed
HDDS-15007. globalSearch for NodeStatus tile
1 parent 98e0794 commit 444c419

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

hadoop-hdds/server-scm/src/main/resources/webapps/scm/scm-overview.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -230,7 +230,7 @@ <h2>Node Status</h2>
230230
</select>
231231
</div>
232232
<div class="col-md-6 text-right">
233-
<label>Search: </label> <input type="text" ng-model="search">
233+
<label>Search: </label> <input type="text" ng-model="search" ng-change="applyGlobalSearch()" ng-model-options="{ debounce: 300 }">
234234
</div>
235235
</div>
236236
<table class="table table-bordered table-striped col-md-6">
@@ -255,7 +255,7 @@ <h2>Node Status</h2>
255255
</tr>
256256
</thead>
257257
<tbody>
258-
<tr ng-repeat="typestat in nodeStatus|filter:search|orderBy:columnName:reverse">
258+
<tr ng-repeat="typestat in nodeStatus|orderBy:columnName:reverse">
259259
<td ng-switch="typestat.port > 0">
260260
<span ng-switch-when="true">
261261
<a href="{{typestat.protocol}}://{{typestat.hostname}}:{{typestat.port}}" target="_blank">{{typestat.hostname}}</a>

0 commit comments

Comments
 (0)