mirror of
https://github.com/grafana/grafana.git
synced 2024-12-01 04:59:15 -06:00
parent
16fb01ed81
commit
eca7b76290
@ -33,9 +33,9 @@ export class Settings {
|
|||||||
constructor(options) {
|
constructor(options) {
|
||||||
const defaults = {
|
const defaults = {
|
||||||
datasources: {},
|
datasources: {},
|
||||||
window_title_prefix: 'Grafana - ',
|
windowTitlePrefix: 'Grafana - ',
|
||||||
panels: {},
|
panels: {},
|
||||||
new_panel_title: 'Panel Title',
|
newPanelTitle: 'Panel Title',
|
||||||
playlist_timespan: '1m',
|
playlist_timespan: '1m',
|
||||||
unsaved_changes_warning: true,
|
unsaved_changes_warning: true,
|
||||||
appSubUrl: '',
|
appSubUrl: '',
|
||||||
|
Loading…
Reference in New Issue
Block a user