mirror of
https://github.com/apache/cloudstack.git
synced 2025-11-03 04:12:31 +01:00
Loading part changed for Physical Resources, Zone, Pod etc
This commit is contained in:
parent
4f0e28abe5
commit
0f109fb6e5
@ -1565,6 +1565,16 @@ a:hover {
|
||||
display:inline;
|
||||
}
|
||||
|
||||
.leftmenu_arrowloader {
|
||||
width:16px;
|
||||
height:16px;
|
||||
float:left;
|
||||
background:url(../images/leftmenu_newloader.gif) no-repeat top left;
|
||||
margin:-2px 4px 0 0;
|
||||
display:inline;
|
||||
}
|
||||
|
||||
|
||||
.white_openedarrow {
|
||||
width:5px;
|
||||
height:10px;
|
||||
|
||||
BIN
ui/images/leftmenu_newloader.gif
Normal file
BIN
ui/images/leftmenu_newloader.gif
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 847 B |
@ -591,6 +591,7 @@
|
||||
<div class="leftmenu_expandedlist">
|
||||
<div class="leftmenu_content" id="leftmenu_physical_resource">
|
||||
<div class="leftmenu_secondindent">
|
||||
<div class="leftmenu_arrowloader" id="loading_container" style="display:none;"></div>
|
||||
<div class="leftmenu_arrows expanded_close" id="physical_resource_arrow">
|
||||
</div>
|
||||
|
||||
@ -803,6 +804,7 @@
|
||||
<div id="row_container">
|
||||
<div id="zone_header" class="leftmenu_content">
|
||||
<div class="leftmenu_thirdindent">
|
||||
<div class="leftmenu_arrowloader" id="loading_container" style="display:none;"></div>
|
||||
<div class="leftmenu_arrows white_nonexpanded_close" id="zone_arrow">
|
||||
</div>
|
||||
<span id="zone_name_label"><fmt:message key="label.zone"/>: </span>
|
||||
@ -834,6 +836,7 @@
|
||||
<div id="row_container">
|
||||
<div id="pod_header" class="leftmenu_content">
|
||||
<div class="leftmenu_fourthindent">
|
||||
<div class="leftmenu_arrowloader" id="loading_container" style="display:none;"></div>
|
||||
<div class="leftmenu_arrows white_nonexpanded_close" id="pod_arrow">
|
||||
</div>
|
||||
<span id="pod_name_label"><fmt:message key="label.pod"/>: </span>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user