mirror of
https://github.com/apache/cloudstack.git
synced 2025-12-15 18:12:35 +01:00
CLOUDSTACK-6227: Fix IE9 instance wizard
Fixes HTML incompatibility causing rendering issues in IE9 when viewing instance wizard->network step
This commit is contained in:
parent
f848c779c0
commit
86b02e65eb
12
ui/index.jsp
12
ui/index.jsp
@ -289,13 +289,11 @@
|
||||
<p id="from_instance_page_2"><fmt:message key="message.please.proceed"/></p>
|
||||
<p id="from_vpc_tier">
|
||||
<div class="specify-ip">
|
||||
<form>
|
||||
<label>
|
||||
<fmt:message key="label.ip.address"/>
|
||||
(<fmt:message key="label.optional"/>):
|
||||
</label>
|
||||
<input type="text" name="vpc-specify-ip" />
|
||||
</form>
|
||||
<label>
|
||||
<fmt:message key="label.ip.address"/>
|
||||
(<fmt:message key="label.optional"/>):
|
||||
</label>
|
||||
<input type="text" name="vpc-specify-ip" />
|
||||
</div>
|
||||
</p>
|
||||
</div>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user