Add the diff option on the singlestat panel
This commit is contained in:
@@ -21,7 +21,7 @@ class SingleStatCtrl extends MetricsPanelCtrl {
|
||||
invalidGaugeRange: boolean;
|
||||
panel: any;
|
||||
events: any;
|
||||
valueNameOptions: any[] = ['min','max','avg', 'current', 'total', 'name', 'first', 'delta', 'range'];
|
||||
valueNameOptions: any[] = ['min','max','avg', 'current', 'total', 'name', 'first', 'delta', 'diff', 'range'];
|
||||
|
||||
// Set and populate defaults
|
||||
panelDefaults = {
|
||||
|
||||
Reference in New Issue
Block a user