Markup update

This commit is contained in:
Bogdan Dudko 2012-11-29 15:29:27 +02:00 committed by Vitaly Kramskikh
parent 728d768150
commit d496261ee8
5 changed files with 113 additions and 0 deletions

View File

@ -516,6 +516,9 @@ h6.page-title {
.manufacturer-supermicro {
background: #efefef url(../img/node_manufacturer_logos.png) 0px -960px no-repeat;
}
.manufacturer-kvm {
background: #efefef url(../img/node_manufacturer_logos.png) 0px -1080px no-repeat;
}
.openstack {
background: url(../img/cluster_logos.png) 0px 0px no-repeat;
background-position: 168px 0px;
@ -1892,9 +1895,20 @@ h6.page-title {
border: none;
background-image: none;
/* opacity: 0.65; */
text-decoration: none;
-webkit-box-shadow: inset 0 1px 0px rgba(255, 255, 255, 0);
-moz-box-shadow: inset 0 1px 0px rgba(255, 255, 255, 0);
box-shadow: inset 0 1px 0px rgba(255, 255, 255, 0);
filter: alpha(opacity=65);
}
.node-image-outline {
display: block;
width: 204px;
height: 62px;
overflow: hidden;
background: url(../img/node_image_outline.png) no-repeat top left;
margin-top: 10px;
margin-bottom: 20px;
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.3 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 7.3 KiB

After

Width:  |  Height:  |  Size: 8.2 KiB

View File

@ -52,6 +52,8 @@
<% } %>
</fieldset>
</div>
<!-- page-control box -->
<div class="row">
<div class="page-control-box">
<div class="page-control-button-placeholder">

View File

@ -0,0 +1,97 @@
<!--
<div class="modal-header">
<button type="button" class="close" data-dismiss="modal" aria-hidden="true">×</button>
<h3 id="myModalLabel">Modal header</h3>
</div>
-->
<div class="modal-body">
<div class="row-fluid">
<div class="span5"><div class="node-image-outline"></div></div>
<div class="span7">
<h4>Long Long Long Long NodeName</h4>
<div><strong>Manufacturer: </strong>Supermicro</div>
<div><strong>MAC Address: </strong>C0:8D:DF:52:76:F1</div>
</div>
</div>
<table class="table table-bordered table-condensed table-logs">
<thead>
<tr>
<th colspan="2">CPU</th>
</tr>
</thead>
<tbody>
<tr>
<td>Stepping</td>
<td>10</td>
</tr>
<tr>
<td>Vendor ID</td>
<td>Genuine Intel</td>
</tr>
<tr>
<td>Speed, Mhz</td>
<td>1641.062</td>
</tr>
<tr>
<td>Model Name</td>
<td>Intel(R) Core(TM)2 Duo CPU P8600 @ 2.40GHz</td>
</tr>
<tr>
<td>Cache Size, KB</td>
<td>6144</td>
</tr>
<tr>
<td>Model</td>
<td>23</td>
</tr>
<tr>
<td>Family</td>
<td>6</td>
</tr>
</tbody>
<thead>
<tr>
<th colspan="2">Kernel</th>
</tr>
</thead>
<tbody>
<tr>
<td>Version</td>
<td>#27-Ubuntu SMP Fri Feb 24 15:37:36 UTC 2012</td>
</tr>
<tr>
<td>Stepping</td>
<td>10</td>
</tr>
<tr>
<td>Vendor ID</td>
<td>Genuine Intel</td>
</tr>
<tr>
<td>Speed, Mhz</td>
<td>1641.062</td>
</tr>
<tr>
<td>Model Name</td>
<td>Intel(R) Core(TM)2 Duo CPU P8600 @ 2.40GHz</td>
</tr>
<tr>
<td>Cache Size, KB</td>
<td>6144</td>
</tr>
<tr>
<td>Model</td>
<td>23</td>
</tr>
<tr>
<td>Family</td>
<td>6</td>
</tr>
</tbody>
</table>
</div>
<div class="modal-footer">
<button class="btn" data-dismiss="modal" aria-hidden="true">Close</button>
</div>