Feat: add option to show data source name (#2007)
Original [PR](https://github.com/grafana/grafana-zabbix/pull/2003) Fixes #1766 --------- Co-authored-by: olaf <olaf@initworks.com>
This commit is contained in:
@@ -19,6 +19,7 @@ export interface ProblemsPanelOptions {
|
||||
opdataField?: boolean;
|
||||
descriptionField?: boolean;
|
||||
descriptionAtNewLine?: boolean;
|
||||
showDatasourceName?: boolean;
|
||||
// Options
|
||||
hostsInMaintenance?: boolean;
|
||||
showTriggers?: 'all triggers' | 'unacknowledged' | 'acknowledged';
|
||||
@@ -70,6 +71,7 @@ export const defaultPanelOptions: Partial<ProblemsPanelOptions> = {
|
||||
opdataField: false,
|
||||
descriptionField: true,
|
||||
descriptionAtNewLine: false,
|
||||
showDatasourceName: false,
|
||||
// Options
|
||||
sortProblems: 'lastchange',
|
||||
limit: undefined,
|
||||
|
||||
Reference in New Issue
Block a user