This commit is contained in:
Torkel Ödegaard
2014-08-11 16:37:44 +02:00
parent 380f707285
commit 3a5f718da8
31 changed files with 3 additions and 688 deletions
+2 -4
View File
@@ -7,7 +7,7 @@
<meta name="viewport" content="width=device-width">
<title>Grafana</title>
<link rel="stylesheet" href="public/css/default.min.css" title="Dark">
<link rel="stylesheet" href="public/css/grafana.dark.min.css" title="Dark">
<!-- build:js app/app.js -->
<script src="public/vendor/require/require.js"></script>
@@ -20,9 +20,7 @@
<body ng-cloak ng-controller="GrafanaCtrl">
<link rel="stylesheet" href="public/css/bootstrap.light.min.css" ng-if="grafana.style === 'light'">
<link rel="stylesheet" href="public/css/bootstrap-responsive.min.css">
<link rel="stylesheet" href="public/css/font-awesome.min.css">
<link rel="stylesheet" href="public/css/grafana.light.min.css" ng-if="grafana.style === 'light'">
<div ng-repeat='alert in dashAlerts.list' class="alert-{{alert.severity}} dashboard-notice" ng-show="$last">
<button type="button" class="close" ng-click="dashAlerts.clear(alert)" style="padding-right:50px">&times;</button>