mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Moved panels to ng-include with controllers, collapsed histo and pies into single modules, added table module
This commit is contained in:
4
panels/map/module.html
Normal file
4
panels/map/module.html
Normal file
@@ -0,0 +1,4 @@
|
||||
<div ng-controller='map'>
|
||||
<h4>{{panel.title}}</h4>
|
||||
<div map params="{{panel}}" style="height:{{row.height}}"></div>
|
||||
</div>
|
||||
Reference in New Issue
Block a user