Ver Fonte

fixed title prefix, fixes #13123 (#13128)

Patrick O'Carroll há 7 anos atrás
pai
commit
eca7b76290
1 ficheiros alterados com 2 adições e 2 exclusões
  1. 2 2
      public/app/core/config.ts

+ 2 - 2
public/app/core/config.ts

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