mirror of
https://github.com/valitydev/wazuh-kibana-app.git
synced 2024-11-07 02:15:24 +00:00
Fix typo
This commit is contained in:
parent
e4c5a7a84b
commit
db23d83a62
@ -70,7 +70,7 @@
|
||||
</div>
|
||||
|
||||
<div flex ng-show="isClusterEnabled" layout="column" layout-align="center" class="height-40 wz-margin-top-17 wz-margin-right-15 wz-select-input">
|
||||
<select flex class="kuiSelect wz-border-none cursor-pointer max-height-35" id="eventBox2" ng-model="node_name" ng-change="filter({name:'node',value:node_name})"
|
||||
<select flex class="kuiSelect wz-border-none cursor-pointer max-height-35" id="eventBox2" ng-model="node_name" ng-change="filter({name:'node_name',value:node_name})"
|
||||
aria-label="Filter by node">
|
||||
<option value="all">All nodes</option>
|
||||
<option ng-repeat="node in nodes | orderObjectBy: 'id'" value="{{node.id}}">
|
||||
|
Loading…
Reference in New Issue
Block a user