Skip to content

Commit

Permalink
Merge pull request #4006 from sseago/bz1570570-2
Browse files Browse the repository at this point in the history
bz 1570570: Fix typo in earlier commit
(cherry picked from commit abb8ad4)

Fixes https://bugzilla.redhat.com/show_bug.cgi?id=1578964
  • Loading branch information
mzazrivec authored and simaishi committed Jun 1, 2018
1 parent c1d8f21 commit bfa9d22
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/cloud_volume/_common_new_edit.html.haml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
= _("Required")

.form-group{"ng-class" => "{'has-error': angularForm.cloud_tenant_id.$invalid}",
"ng-if" => "(vm.cloudVolumeModel.emstype == 'ManageIQ::Providers::StorageManager::CinderManager') || (vm.cloudVolumeModel.emstype == 'ManageIQ::Providers::Openstack:: StorageManager::CinderManager')"}
"ng-if" => "(vm.cloudVolumeModel.emstype == 'ManageIQ::Providers::StorageManager::CinderManager') || (vm.cloudVolumeModel.emstype == 'ManageIQ::Providers::Openstack::StorageManager::CinderManager')"}
%label.col-md-2.control-label
= _('Cloud Tenant')
.col-md-8
Expand Down

0 comments on commit bfa9d22

Please sign in to comment.