refactoring graphite target editor

This commit is contained in:
Torkel Ödegaard
2013-12-22 21:09:02 +01:00
parent 76fa88cfd4
commit 21ef0cdcd2
5 changed files with 189 additions and 145 deletions
+1 -1
View File
@@ -23,7 +23,7 @@
<div class="editor-option" ng-repeat="param in func.def.params">
<label class="small">{{param.name}}</label>
<input ng-if="param.type === 'int'"
type="text"
type="number"
placeholder="seconds"
focus-me="true"
class="input-mini"