mirror of https://github.com/apache/cloudstack.git
resource page - add host dialog - fix style. (zone dropdown and pod dropdown were pushed to next line)
This commit is contained in:
parent
2e28753231
commit
ce4b496868
|
|
@ -621,7 +621,7 @@
|
|||
<form action="#" method="post" id="form_acquire">
|
||||
<ol>
|
||||
<li>
|
||||
<label style="width: 115px;">
|
||||
<label>
|
||||
Zone:</label>
|
||||
<select class="select" id="zone_dropdown">
|
||||
</select>
|
||||
|
|
@ -629,7 +629,7 @@
|
|||
</div>
|
||||
</li>
|
||||
<li>
|
||||
<label style="width: 115px;">
|
||||
<label>
|
||||
Pod:</label>
|
||||
<select class="select" id="pod_dropdown">
|
||||
</select>
|
||||
|
|
|
|||
Loading…
Reference in New Issue