Commit c92029aa by Rashid Khan

Merge pull request #349 from rashidkpc/master

Closes #345
parents bd7c3633 0f14d545
......@@ -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">
......
......@@ -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
};
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment