mirror of
https://github.com/apache/cloudstack.git
synced 2025-10-26 08:42:29 +01:00
bug 9395: Added missing </div> that caused Safari to not show certain elements when adding a Pod in the Add Zone wizard.
Merge from 2.2.4
This commit is contained in:
parent
0da82b4062
commit
a3acbf60f1
@ -499,7 +499,7 @@
|
|||||||
<label>
|
<label>
|
||||||
<fmt:message key="label.domain"/>:</label>
|
<fmt:message key="label.domain"/>:</label>
|
||||||
<input class="text" type="text" id="vlan_domain" />
|
<input class="text" type="text" id="vlan_domain" />
|
||||||
<div id="vlan_domain_errormsg" class="dialog_formcontent_errormsg" style="display: none;">
|
<div id="vlan_domain_errormsg" class="dialog_formcontent_errormsg" style="display: none;"></div>
|
||||||
<!--
|
<!--
|
||||||
<select class="select" id="vlan_domain">
|
<select class="select" id="vlan_domain">
|
||||||
</select>
|
</select>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user