File tree Expand file tree Collapse file tree
hadoop-hdds/server-scm/src/main/resources/webapps/scm Expand file tree Collapse file tree Original file line number Diff line number Diff 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 >
You can’t perform that action at this time.
0 commit comments