summaryrefslogtreecommitdiff
path: root/openstack_dashboard/static/app/core/images/steps/edit-image/edit-image.html
diff options
context:
space:
mode:
Diffstat (limited to 'openstack_dashboard/static/app/core/images/steps/edit-image/edit-image.html')
-rw-r--r--openstack_dashboard/static/app/core/images/steps/edit-image/edit-image.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/openstack_dashboard/static/app/core/images/steps/edit-image/edit-image.html b/openstack_dashboard/static/app/core/images/steps/edit-image/edit-image.html
index ce75e8e2e..46d493227 100644
--- a/openstack_dashboard/static/app/core/images/steps/edit-image/edit-image.html
+++ b/openstack_dashboard/static/app/core/images/steps/edit-image/edit-image.html
@@ -126,7 +126,7 @@
<div class="form-group">
<label class="control-label required" translate>Visibility</label>
<div class="form-field">
- <div class="btn-group">
+ <div class="btn-group" name="visibility">
<label class="btn btn-default"
ng-repeat="option in ctrl.imageVisibilityOptions"
ng-model="ctrl.image.visibility"
@@ -139,7 +139,7 @@
<div class="form-group">
<label class="control-label required" translate>Protected</label>
<div class="form-field">
- <div class="btn-group">
+ <div class="btn-group" name="protected">
<label class="btn btn-default"
ng-repeat="option in ctrl.imageProtectedOptions"
ng-model="ctrl.image.protected"