mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Merge branch 'master' of github.com:grafana/grafana
This commit is contained in:
commit
22126e99c1
@ -77,6 +77,7 @@ the latest master builds [here](http://grafana.org/download/builds)
|
|||||||
|
|
||||||
- Go 1.5
|
- Go 1.5
|
||||||
- NodeJS
|
- NodeJS
|
||||||
|
- [Godep](https://github.com/tools/godep)
|
||||||
|
|
||||||
### Get Code
|
### Get Code
|
||||||
|
|
||||||
|
@ -69,7 +69,7 @@
|
|||||||
</gf-form-switch>
|
</gf-form-switch>
|
||||||
<gf-form-switch class="gf-form" ng-show="ctrl.panel.stack"
|
<gf-form-switch class="gf-form" ng-show="ctrl.panel.stack"
|
||||||
label="Percent" label-class="width-7"
|
label="Percent" label-class="width-7"
|
||||||
checked="ctrl.panel.percent" on-change="ctrl.render()">
|
checked="ctrl.panel.percentage" on-change="ctrl.render()">
|
||||||
</gf-form-switch>
|
</gf-form-switch>
|
||||||
<div class="gf-form" ng-show="ctrl.panel.stack">
|
<div class="gf-form" ng-show="ctrl.panel.stack">
|
||||||
<label class="gf-form-label width-7">Tooltip value</label>
|
<label class="gf-form-label width-7">Tooltip value</label>
|
||||||
|
Loading…
Reference in New Issue
Block a user