mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Changed all kibana words to grafana
This commit is contained in:
@@ -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});';
|
||||
|
||||
Reference in New Issue
Block a user