summaryrefslogtreecommitdiff
path: root/horizon/static
diff options
context:
space:
mode:
Diffstat (limited to 'horizon/static')
-rw-r--r--horizon/static/framework/widgets/headers/hz-page-header.html4
-rw-r--r--horizon/static/framework/widgets/metadata/tree/metadata-tree.html2
-rw-r--r--horizon/static/framework/widgets/property/hz-resource-property.html2
3 files changed, 4 insertions, 4 deletions
diff --git a/horizon/static/framework/widgets/headers/hz-page-header.html b/horizon/static/framework/widgets/headers/hz-page-header.html
index 4b586cf9a..0172f7128 100644
--- a/horizon/static/framework/widgets/headers/hz-page-header.html
+++ b/horizon/static/framework/widgets/headers/hz-page-header.html
@@ -1,5 +1,5 @@
-<div class='page-header'>
+<div class="page-header">
<h1>{$ ::header $}</h1>
<p>{$ ::description $}</p>
<ng-transclude></ng-transclude>
-</div> \ No newline at end of file
+</div>
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>
diff --git a/horizon/static/framework/widgets/property/hz-resource-property.html b/horizon/static/framework/widgets/property/hz-resource-property.html
index eac545fe6..45762f154 100644
--- a/horizon/static/framework/widgets/property/hz-resource-property.html
+++ b/horizon/static/framework/widgets/property/hz-resource-property.html
@@ -1,5 +1,5 @@
<dt>{$ ctrl.config.label $}</dt>
<dd>
- <hz-field config='ctrl.config' item='ctrl.item'></hz-field>
+ <hz-field config="ctrl.config" item="ctrl.item"></hz-field>
</dd>