Add options for table
This commit is contained in:
6
dist/datasource-zabbix/query.controller.js
vendored
6
dist/datasource-zabbix/query.controller.js
vendored
@@ -147,6 +147,12 @@ System.register(['app/plugins/sdk', 'lodash', './constants', './utils', './metri
|
||||
},
|
||||
'options': {
|
||||
'showDisabledItems': false
|
||||
},
|
||||
'table': {
|
||||
'host': true,
|
||||
'item': true,
|
||||
'key': true,
|
||||
'skipEmptyValues': false
|
||||
}
|
||||
};
|
||||
_.defaults(target, targetDefaults);
|
||||
|
||||
Reference in New Issue
Block a user