mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Upgraded moment.js, added paneladd.html
This commit is contained in:
File diff suppressed because one or more lines are too long
12
partials/paneladd.html
Normal file
12
partials/paneladd.html
Normal file
@@ -0,0 +1,12 @@
|
||||
<div>
|
||||
<div ng-include src="'partials/panelgeneral.html'"></div>
|
||||
</div>
|
||||
|
||||
<div>
|
||||
<div ng-include src="edit_path(panel.type)"></div>
|
||||
</div>
|
||||
|
||||
<div ng-repeat="tab in panelMeta.editorTabs" ng-show="addTab == tab.title">
|
||||
<h4>{{tab.title}}</h4>
|
||||
<div ng-include src="tab.src"></div>
|
||||
</div>
|
||||
Reference in New Issue
Block a user