fixed title prefix, fixes #13123 (#13128)

This commit is contained in:
Patrick O'Carroll 2018-09-04 10:33:18 +02:00 committed by Torkel Ödegaard
parent 16fb01ed81
commit eca7b76290

View File

@ -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: '',