diff --git a/src/app/controllers/pulldown.js b/src/app/controllers/pulldown.js index 2e2059ceaac..ed00ba12740 100755 --- a/src/app/controllers/pulldown.js +++ b/src/app/controllers/pulldown.js @@ -12,6 +12,7 @@ function (angular, app, _) { var _d = { collapse: false, notice: false, + enable: true }; _.defaults($scope.pulldown,_d); diff --git a/src/app/dashboards/default.json b/src/app/dashboards/default.json index 3a9ac27e7bc..a0d31cc1c25 100755 --- a/src/app/dashboards/default.json +++ b/src/app/dashboards/default.json @@ -49,7 +49,7 @@ ], "type": "text", "mode": "markdown", - "content": " \n\n##### Did you just upgrade? Not expecting this screen?\nIf you were using the old default page you might not be expecting this screen. I understand, change can be awkward. Let me explain. \n\n##### Setting a global default dashboard\nKibana has always shipped with an interface for Logstash, still does! You can access it [here](index.html#dashboard/file/logstash.json). However, if you want to make it your default again, all you you need to do is rename a file!\nIn your Kibana installation directory: \n\nRename *logstash.json* to *default.json* and refresh. Should be all set.\n\n##### But wait, there's more!\nIn fact, you can add any exported dashboard to that directory and access it as *http://YOUR-HOST -HERE/index.html#dashboard/file/YOUR-DASHBOARD.json*. Neat trick eh?", + "content": " \n\n##### Did you just upgrade? Not expecting this screen?\nIf you were using the old default page you might not be expecting this screen. I understand, change can be awkward. Let me explain. \n\n##### Setting a global default dashboard\nKibana has always shipped with an interface for Logstash, still does! You can access it [here](index.html#dashboard/file/logstash.json). However, if you want to make it your default again, all you need to do is rename a file!\nIn your Kibana installation directory: \n\nRename *logstash.json* to *default.json* and refresh. Should be all set.\n\n##### But wait, there's more!\nIn fact, you can add any exported dashboard to that directory and access it as *http://YOUR-HOST -HERE/index.html#dashboard/file/YOUR-DASHBOARD.json*. Neat trick eh?", "style": {}, "title": "", "status": "Stable" diff --git a/src/app/partials/dashLoader.html b/src/app/partials/dashLoader.html index 538a9aa67d8..92ecfd54d40 100755 --- a/src/app/partials/dashLoader.html +++ b/src/app/partials/dashLoader.html @@ -4,7 +4,7 @@ } -