mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Fixed light theme condition, Fixes #1462
This commit is contained in:
parent
441e2ad2f3
commit
17f1224a5d
4
benchmarks/ab/ab_test.sh
Executable file
4
benchmarks/ab/ab_test.sh
Executable file
@ -0,0 +1,4 @@
|
||||
#!/bin/bash
|
||||
|
||||
ab -n 20000 -c 100 -H "Authorization: Bearer vEustw23NSOZ27y3zlj28ZL3B7BpBk5kqR85DOfT5AwiS3nCi33dnsk6nhvXhZdn" \
|
||||
http://localhost:3000/api/dashboards/db/dash1
|
@ -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">
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user