Changed all kibana words to grafana

This commit is contained in:
Torkel Ödegaard
2014-07-28 18:11:52 +02:00
parent 272ea9fe17
commit 77bfd85e9e
74 changed files with 94 additions and 113 deletions

View File

@@ -7,7 +7,7 @@ module.exports = function(config) {
options: {
bootstrap: function(module, script) {
return "define('components/partials', ['angular'], function(angular) { \n" +
"angular.module('kibana').run(['$templateCache', function($templateCache) { \n" +
"angular.module('grafana').run(['$templateCache', function($templateCache) { \n" +
script +
'\n}]);' +
'\n});';