Commit eca7b762 by Patrick O'Carroll Committed by Torkel Ödegaard

fixed title prefix, fixes #13123 (#13128)

parent 16fb01ed
......@@ -33,9 +33,9 @@ export class Settings {
constructor(options) {
const defaults = {
datasources: {},
window_title_prefix: 'Grafana - ',
windowTitlePrefix: 'Grafana - ',
panels: {},
new_panel_title: 'Panel Title',
newPanelTitle: 'Panel Title',
playlist_timespan: '1m',
unsaved_changes_warning: true,
appSubUrl: '',
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment