Fixed light theme condition, Fixes #1462

This commit is contained in:
Torkel Ödegaard 2015-02-11 15:32:19 +01:00
parent 441e2ad2f3
commit 17f1224a5d
2 changed files with 5 additions and 1 deletions

4
benchmarks/ab/ab_test.sh Executable file
View File

@ -0,0 +1,4 @@
#!/bin/bash
ab -n 20000 -c 100 -H "Authorization: Bearer vEustw23NSOZ27y3zlj28ZL3B7BpBk5kqR85DOfT5AwiS3nCi33dnsk6nhvXhZdn" \
http://localhost:3000/api/dashboards/db/dash1

View File

@ -25,7 +25,7 @@
<body ng-cloak ng-controller="GrafanaCtrl" ng-class="{'sidemenu-open': contextSrv.sidemenu}">
<link rel="stylesheet" href="[[.AppSubUrl]]/css/grafana.light.min.css" ng-if="grafana.lightTheme">
<link rel="stylesheet" href="[[.AppSubUrl]]/css/grafana.light.min.css" ng-if="contextSrv.lightTheme">
<div class="sidemenu-canvas">