This commit is contained in:
Rashid Khan
2013-08-09 11:36:52 -07:00
parent 514ef4b6bd
commit 0f14d54584
2 changed files with 1 additions and 9 deletions
+1 -1
View File
@@ -28,7 +28,7 @@
<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/font-awesome.min.css">
-8
View File
@@ -6,14 +6,6 @@ angular.module('kibana.controllers', [])
.controller('DashCtrl', function($scope, $rootScope, $http, $timeout, $route, ejsResource,
fields, dashboard) {
var _d = {
title: "",
editable: true,
rows: [],
last: null,
style: 'dark'
};
$scope.editor = {
index: 0
};