|
|
@@ -57,18 +57,9 @@
|
|
|
<i class="icon-warning-sign"></i>
|
|
|
</a>
|
|
|
</li>
|
|
|
- <li>
|
|
|
- <input type="text"
|
|
|
- class="grafana-target-segment-input"
|
|
|
- ng-model="target.chartLabel"
|
|
|
- spellcheck='false'
|
|
|
- placeholder="chart label(optional)"
|
|
|
- data-min-length=0 data-items=100
|
|
|
- ng-blur="targetBlur()"
|
|
|
- />
|
|
|
- </li>
|
|
|
- <li class="grafana-target-segment">
|
|
|
+ <li class="grafana-target-segment">
|
|
|
Aggregator
|
|
|
+ </li>
|
|
|
<li>
|
|
|
<select ng-model="target.aggregator"
|
|
|
class="grafana-target-segment-input input-small"
|
|
|
@@ -98,6 +89,20 @@
|
|
|
ng-model="target.isCounter"
|
|
|
ng-change="targetBlur()">
|
|
|
</li>
|
|
|
+ <li class="grafana-target-segment">
|
|
|
+ Alias:
|
|
|
+ </li>
|
|
|
+ <li>
|
|
|
+ <input type="text"
|
|
|
+ class="grafana-target-segment-input input-medium"
|
|
|
+ ng-model="target.alias"
|
|
|
+ spellcheck='false'
|
|
|
+ placeholder="series alias"
|
|
|
+ data-min-length=0 data-items=100
|
|
|
+ ng-blur="targetBlur()"
|
|
|
+ />
|
|
|
+ </li>
|
|
|
+
|
|
|
</ul>
|
|
|
|
|
|
<div class="clearfix"></div>
|