You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

25 lines
533 B

define([], function () {
'use strict';
return {
create: function () {
return {
title: '',
tags: [],
style: 'dark',
timezone: 'browser',
editable: true,
failover: false,
panel_hints: true,
rows: [],
pulldowns: [{ type: 'templating' }, { type: 'annotations' }],
nav: [{ type: 'timepicker' }],
time: { from: 'now-6h', to: 'now' },
templating: {
list: [],
},
refresh: '10s',
};
},
};
});