summaryrefslogtreecommitdiff
path: root/horizon/static/framework/widgets/metadata/tree/metadata-tree.html
diff options
context:
space:
mode:
Diffstat (limited to 'horizon/static/framework/widgets/metadata/tree/metadata-tree.html')
-rw-r--r--horizon/static/framework/widgets/metadata/tree/metadata-tree.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/horizon/static/framework/widgets/metadata/tree/metadata-tree.html b/horizon/static/framework/widgets/metadata/tree/metadata-tree.html
index 185c81346..48263059e 100644
--- a/horizon/static/framework/widgets/metadata/tree/metadata-tree.html
+++ b/horizon/static/framework/widgets/metadata/tree/metadata-tree.html
@@ -34,7 +34,7 @@
ng-model="ctrl.customItem"
validate-unique="ctrl.checkNameUnique"/>
<span class="input-group-btn">
- <button type='button' class="btn btn-primary"
+ <button type="button" class="btn btn-primary"
ng-click="ctrl.tree.addCustom(ctrl.customItem); ctrl.customItem=''"
ng-disabled="!ctrl.customItem || customItemForm.$invalid">
<span class="fa fa-plus"></span>