mirror of
https://github.com/valitydev/wazuh-kibana-app.git
synced 2024-11-06 09:55:18 +00:00
Fix firefox arrow in settings
This commit is contained in:
parent
ee45c4c17d
commit
65bd6df7db
@ -45,15 +45,15 @@
|
||||
ng-model="ctrl.editingNewValue" min=0></input>
|
||||
<select
|
||||
ng-if="ctrl.editingKey === key && ctrl.configurationTypes[key] === 'boolean'"
|
||||
ng-disabled="ctrl.loadingChange" class="wz-input-text wz-width-100"
|
||||
ng-disabled="ctrl.loadingChange" class="wz-menu-select wz-input-text wz-width-100"
|
||||
ng-model="ctrl.editingNewValue"
|
||||
ng-options="o as o for o in [true, false]"></select>
|
||||
<select ng-if="ctrl.editingKey === key && key === 'wazuh.monitoring.creation'"
|
||||
ng-disabled="ctrl.loadingChange" class="wz-input-text wz-width-100"
|
||||
ng-disabled="ctrl.loadingChange" class="wz-menu-select wz-input-text wz-width-100"
|
||||
ng-model="ctrl.editingNewValue"
|
||||
ng-options="key as value for (key , value) in {'h': 'hourly', 'd': 'daily', 'w': 'weekly', 'm': 'monthly'}"></select>
|
||||
<select ng-if="ctrl.editingKey === key && key === 'logs.level'"
|
||||
ng-disabled="ctrl.loadingChange" class="wz-input-text wz-width-100"
|
||||
ng-disabled="ctrl.loadingChange" class="wz-menu-select wz-input-text wz-width-100"
|
||||
ng-model="ctrl.editingNewValue"
|
||||
ng-options="key as value for (key , value) in {'info': 'info', 'debug': 'debug'}"></select>
|
||||
<textarea
|
||||
|
Loading…
Reference in New Issue
Block a user