Merge branch 'Warehouse/improve3' into 'master'
fixed device See merge request fronk/thetool!1283
This commit is contained in:
@@ -151,9 +151,9 @@ Vue.component('DeviceTable', {
|
||||
key: 'zabbix_online',
|
||||
filter: 'iconSelect',
|
||||
filterOptions: [
|
||||
{value: 0, text: 'Status unbekannt', icon: 'fa-regular fa-circle-xmark'},
|
||||
{value: 1, text: 'Offline', icon: 'fa-regular fa-circle-xmark text-danger'},
|
||||
{value: 2, text: 'Online', icon: 'fa-regular fa-circle-check text-success'},
|
||||
{value: '0', text: 'Status unbekannt', icon: 'fa-regular fa-circle-xmark'},
|
||||
{value: '1', text: 'Offline', icon: 'fa-regular fa-circle-xmark text-danger'},
|
||||
{value: '2', text: 'Online', icon: 'fa-regular fa-circle-check text-success'},
|
||||
],
|
||||
priority: 5,
|
||||
sortable: false,
|
||||
|
||||
Reference in New Issue
Block a user