mirror of https://github.com/apache/cloudstack.git
Fixed 'label.path' being displayed in zone wizard
CLOUDSTACK-6372
This commit is contained in:
parent
bd3fbc5dc0
commit
8bca77580a
|
|
@ -1569,7 +1569,7 @@
|
|||
|
||||
var protocol = $(this).val();
|
||||
|
||||
$form.find('[rel=path]').find(".name").find("label").html('<span class=\"field-required\">*</span>"label.path":');
|
||||
$form.find('[rel=path]').find(".name").find("label").html('<span class=\"field-required\">*</span>' + _l('label.path') + ':');
|
||||
|
||||
if (protocol == null)
|
||||
return;
|
||||
|
|
|
|||
Loading…
Reference in New Issue