|
@@ -15,26 +15,24 @@
|
|
|
</form>
|
|
</form>
|
|
|
</div>
|
|
</div>
|
|
|
|
|
|
|
|
- <h5 class="page-heading">
|
|
|
|
|
|
|
+ <h5 class="section-heading">
|
|
|
Migrate dashboards
|
|
Migrate dashboards
|
|
|
<em style="font-size: 14px;padding-left: 10px;"><i class="fa fa-info-circle"></i> Import dashboards from Elasticsearch or InfluxDB</em>
|
|
<em style="font-size: 14px;padding-left: 10px;"><i class="fa fa-info-circle"></i> Import dashboards from Elasticsearch or InfluxDB</em>
|
|
|
</h5>
|
|
</h5>
|
|
|
|
|
|
|
|
- <div class="gf-form-group last">
|
|
|
|
|
|
|
+ <div class="gf-form-inline gf-form-group">
|
|
|
<div class="gf-form">
|
|
<div class="gf-form">
|
|
|
<div class="gf-form-label">Dashboard source</div>
|
|
<div class="gf-form-label">Dashboard source</div>
|
|
|
- <div>
|
|
|
|
|
- <div class="gf-form-select-wrapper">
|
|
|
|
|
- <select class="gf-form-input gf-size-auto" ng-model="sourceName" ng-options="f for f in datasources"></select>
|
|
|
|
|
- </div>
|
|
|
|
|
- </div>
|
|
|
|
|
- <div class="gf-form-btn">
|
|
|
|
|
- <button class="btn btn-success" ng-click="startImport()">Import</button>
|
|
|
|
|
|
|
+ <div class="gf-form-select-wrapper">
|
|
|
|
|
+ <select class="gf-form-input gf-size-auto" ng-model="sourceName" ng-options="f for f in datasources"></select>
|
|
|
</div>
|
|
</div>
|
|
|
</div>
|
|
</div>
|
|
|
|
|
+ <div class="gf-form">
|
|
|
|
|
+ <button class="btn btn-success gf-form-btn" ng-click="startImport()">Import</button>
|
|
|
|
|
+ </div>
|
|
|
</div>
|
|
</div>
|
|
|
|
|
|
|
|
- <h5 class="page-heading" ng-if="importing">{{infoText}}</h5>
|
|
|
|
|
|
|
+ <h5 class="section-heading" ng-if="importing">{{infoText}}</h5>
|
|
|
<div class="editor-row" ng-if="importing">
|
|
<div class="editor-row" ng-if="importing">
|
|
|
<div class="editor-row row">
|
|
<div class="editor-row row">
|
|
|
<table class="grafana-options-table span5">
|
|
<table class="grafana-options-table span5">
|