mirror of https://github.com/apache/cloudstack.git
UI for Statistics
This commit is contained in:
parent
dcbe90c8b7
commit
ea2c493fac
|
|
@ -1,4 +1,4 @@
|
|||
@charset "UTF-8";
|
||||
@charset "UTF-8";
|
||||
/* CSS Document */
|
||||
|
||||
*{
|
||||
|
|
@ -501,6 +501,20 @@ a:hover {
|
|||
padding:0;
|
||||
}
|
||||
|
||||
.vmpopup_offeringbox .error_text {
|
||||
width:80px;
|
||||
height:15px;
|
||||
float:left;
|
||||
color:#333;
|
||||
font-size:11px;
|
||||
font-weight:normal;
|
||||
background:#ffe5e5;
|
||||
border:1px solid #999;
|
||||
margin:4px 0 0 8px;
|
||||
display:inline;
|
||||
padding:0;
|
||||
}
|
||||
|
||||
.vmpopup_offeringbox .label {
|
||||
width:auto;
|
||||
height:13px;
|
||||
|
|
@ -2192,7 +2206,7 @@ a:hover.search_button {
|
|||
}
|
||||
|
||||
.midmenu_content.addingfailed{
|
||||
background:#ffe5e5url(../images/errormsg_bg.gif) repeat-x top left;
|
||||
background:#ffe5e5 url(../images/errormsg_bg.gif) repeat-x top left;
|
||||
color:#a90000;
|
||||
}
|
||||
/*
|
||||
|
|
|
|||
|
|
@ -231,25 +231,25 @@
|
|||
<div class="grid_header">
|
||||
<div id="grid_header_title" class="grid_header_title">(title)</div>
|
||||
</div>
|
||||
<div class="dbrow odd" id="public_ip_address">
|
||||
<div class="dbrow_cell" style="width: 29%;">
|
||||
<div class="dbrow odd">
|
||||
<div class="dbrow_cell" style="width: 40%;">
|
||||
<div class="dbgraph_titlebox">
|
||||
<h2>
|
||||
CPU</h2>
|
||||
<div class="dbgraph_title_usedbox">
|
||||
<p>
|
||||
Used: <span id="capacityused">1x500 MHZ</span>/<span id="capacitytotal">A</span>
|
||||
Total: <span id="capacityused">1x500 MHZ</span>
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="dbrow_cell" style="width: 58%; border: none;">
|
||||
<div class="db_barbox low" style="width:20%;" id="bar_chart">
|
||||
<div class="dbrow_cell" style="width: 43%; border: none;">
|
||||
<div class="db_barbox low" id="bar_chart">
|
||||
</div>
|
||||
</div>
|
||||
<div class="dbrow_cell" style="width: 12%; border: none;">
|
||||
<div class="dbrow_cell" style="width: 16%; border: none;">
|
||||
<div class="db_totaltitle" id="percentused">
|
||||
1 x 20 MHZ
|
||||
0.2%
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
|
@ -791,13 +791,13 @@
|
|||
<input type="radio" class="radio" value="custom" checked />
|
||||
<label class="label">
|
||||
Custom:</label>
|
||||
<div class="vmpopup_offdescriptionbox_bot" style="background:none;">
|
||||
<div class="vmpopup_offdescriptionbox_bot" style="background:none; border:none;">
|
||||
<label class="label1" style="margin-left:33px; display:inline;">
|
||||
Disk Size:</label>
|
||||
<input type="text" id="custom_disk_size" class="text" />
|
||||
<span>MB</span>
|
||||
|
||||
<div id="custom_disk_size_errormsg" class="errormsg" style="display: none;">
|
||||
<div id="custom_disk_size_errormsg" class="errormsg" style="display: none; margin-left:89px; display:inline;">
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Reference in New Issue