Triggers Panel: allow to change font size, closes #351.
This commit is contained in:
3
dist/panel-triggers/module.js
vendored
3
dist/panel-triggers/module.js
vendored
@@ -103,7 +103,8 @@ System.register(['lodash', 'jquery', 'moment', '../datasource-zabbix/utils', 'ap
|
||||
okEventColor: 'rgba(0, 245, 153, 0.45)',
|
||||
ackEventColor: 'rgba(0, 0, 0, 0)',
|
||||
scroll: true,
|
||||
pageSize: 10
|
||||
pageSize: 10,
|
||||
fontSize: '100%'
|
||||
};
|
||||
triggerStatusMap = {
|
||||
'0': 'OK',
|
||||
|
||||
Reference in New Issue
Block a user