diff --git a/src/app/partials/dashLoader.html b/src/app/partials/dashLoader.html index 27c43b37c74..34822ede6f3 100644 --- a/src/app/partials/dashLoader.html +++ b/src/app/partials/dashLoader.html @@ -40,7 +40,7 @@
  • Gist Enter a gist number or url
    -
    +
    Dashboards in gist:{{gist.url | gistid}} click to load
    No gist dashboards found
    diff --git a/tasks/docs_task.js b/tasks/docs_task.js index 2ff68b885dc..47fa25116b1 100644 --- a/tasks/docs_task.js +++ b/tasks/docs_task.js @@ -1,4 +1,3 @@ -// Lint and build CSS module.exports = function(grunt) { grunt.registerTask('docs', ['clean:docs', 'scratchy:docs']); }; \ No newline at end of file