Add templated variables to selection list in query editor.

This commit is contained in:
Alexander Zobnin
2015-05-24 23:53:13 +03:00
parent 6c20946e7a
commit 69d889b5c2
2 changed files with 47 additions and 26 deletions

View File

@@ -106,8 +106,8 @@
class="tight-form-input input-medium"
ng-change="selectItem()"
ng-model="target.item"
bs-tooltip="target.expandedName.length > 30 ? target.expandedName : ''"
ng-options="item.expandedName for item in metric.itemList" >
bs-tooltip="target.name.length > 30 ? target.name : ''"
ng-options="item.name for item in metric.itemList" >
<option value="">--select item--</option>
</select>
<a bs-tooltip="target.errors.metric"