|
|
@ -11,7 +11,10 @@ |
|
|
|
<div class="editor-row"> |
|
|
|
<div class="editor-row"> |
|
|
|
<div class="gf-form" ng-repeat="analyticUnit in ctrl.analyticsController.analyticUnits"> |
|
|
|
<div class="gf-form" ng-repeat="analyticUnit in ctrl.analyticsController.analyticUnits"> |
|
|
|
|
|
|
|
|
|
|
|
<label class="gf-form-label width-4"> Name </label> |
|
|
|
<label class="gf-form-label width-6"> |
|
|
|
|
|
|
|
<i class="fa fa-info" bs-tooltip="'Analytic unit id: ' + analyticUnit.id"></i> |
|
|
|
|
|
|
|
Name |
|
|
|
|
|
|
|
</label> |
|
|
|
<input |
|
|
|
<input |
|
|
|
type="text" class="gf-form-input max-width-15" |
|
|
|
type="text" class="gf-form-input max-width-15" |
|
|
|
ng-model="analyticUnit.name" |
|
|
|
ng-model="analyticUnit.name" |
|
|
|