mirror of https://github.com/apache/cloudstack.git
resource page - fix a bug that primary storage total number is "NaN" after creating the first primary storage from resource page.
This commit is contained in:
parent
ce4b496868
commit
f104b92c0f
|
|
@ -30,7 +30,7 @@
|
|||
</div>
|
||||
<div class="dbrow_cell" style="width: 25%; border: none; background:#cacaca repeat top left; ">
|
||||
<div class="resources_totalbg">
|
||||
<p id="zone_total">N</p>
|
||||
<p id="zone_total">0</p>
|
||||
</div>
|
||||
</div>
|
||||
<div class="dbrow_cell" style="width: 10%; border: none;">
|
||||
|
|
@ -45,7 +45,7 @@
|
|||
</div>
|
||||
<div class="dbrow_cell" style="width: 25%; border: none; background:#cacaca repeat top left; ">
|
||||
<div class="resources_totalbg">
|
||||
<p id="pod_total">N</p>
|
||||
<p id="pod_total">0</p>
|
||||
</div>
|
||||
</div>
|
||||
<div class="dbrow_cell" style="width: 10%; border: none;">
|
||||
|
|
@ -62,7 +62,7 @@
|
|||
</div>
|
||||
<div class="dbrow_cell" style="width: 25%; border: none; background:#cacaca repeat top left; ">
|
||||
<div class="resources_totalbg">
|
||||
<p id="host_total">N</p>
|
||||
<p id="host_total">0</p>
|
||||
</div>
|
||||
</div>
|
||||
<div class="dbrow_cell" style="width: 10%; border: none;">
|
||||
|
|
@ -79,7 +79,7 @@
|
|||
</div>
|
||||
<div class="dbrow_cell" style="width: 25%; border: none; background:#cacaca repeat top left; ">
|
||||
<div class="resources_totalbg">
|
||||
<p id="primarystorage_total">N</p>
|
||||
<p id="primarystorage_total">0</p>
|
||||
</div>
|
||||
</div>
|
||||
<div class="dbrow_cell" style="width: 10%; border: none;">
|
||||
|
|
|
|||
Loading…
Reference in New Issue