Bump versions by x.(y+1).z for next dev cycle
[dlux.git] / modules / yangui-resources / src / main / resources / yangui / views / filter / types / leafref.tpl.html
1 <input class="leaf-input form-control input-small" type="text" ng-change="valueChanged()" ng-model="node.value" tooltip="{{type.label}}">\r
2 \r
3 <select class="form-control input-sm adv-fil-sel" ng-model="node.filterType" ng-options="value as value for value in filterConstants.ADVANCED_FILTERING_TYPES.string"></select>