Closes #345
This commit is contained in:
+1
-1
@@ -28,7 +28,7 @@
|
|||||||
|
|
||||||
<body ng-controller="DashCtrl" ng-cloak>
|
<body ng-controller="DashCtrl" ng-cloak>
|
||||||
|
|
||||||
<link rel="stylesheet" ng-href="common/css/bootstrap.{{dashboard.current.style}}.min.css">
|
<link rel="stylesheet" ng-href="common/css/bootstrap.{{dashboard.current.style||'dark'}}.min.css">
|
||||||
<link rel="stylesheet" href="common/css/bootstrap-responsive.min.css">
|
<link rel="stylesheet" href="common/css/bootstrap-responsive.min.css">
|
||||||
<link rel="stylesheet" href="common/css/font-awesome.min.css">
|
<link rel="stylesheet" href="common/css/font-awesome.min.css">
|
||||||
|
|
||||||
|
|||||||
@@ -6,14 +6,6 @@ angular.module('kibana.controllers', [])
|
|||||||
.controller('DashCtrl', function($scope, $rootScope, $http, $timeout, $route, ejsResource,
|
.controller('DashCtrl', function($scope, $rootScope, $http, $timeout, $route, ejsResource,
|
||||||
fields, dashboard) {
|
fields, dashboard) {
|
||||||
|
|
||||||
var _d = {
|
|
||||||
title: "",
|
|
||||||
editable: true,
|
|
||||||
rows: [],
|
|
||||||
last: null,
|
|
||||||
style: 'dark'
|
|
||||||
};
|
|
||||||
|
|
||||||
$scope.editor = {
|
$scope.editor = {
|
||||||
index: 0
|
index: 0
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user