mirror of https://github.com/apache/cloudstack.git
bug 10216: cloudStack - fix a bug "2. Backgroud color of column after Private IP is not accurate."
This commit is contained in:
parent
26c7f5b0c6
commit
f4991be309
|
|
@ -707,7 +707,7 @@ dictionary = {
|
|||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="grid_rows odd">
|
||||
<div class="grid_rows even">
|
||||
<div class="grid_row_cell" style="width: 20%;">
|
||||
<div class="row_celltitles">
|
||||
<fmt:message key="label.linklocal.ip"/>:</div>
|
||||
|
|
@ -717,7 +717,7 @@ dictionary = {
|
|||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="grid_rows even">
|
||||
<div class="grid_rows odd">
|
||||
<div class="grid_row_cell" style="width: 20%;">
|
||||
<div class="row_celltitles">
|
||||
<fmt:message key="label.created"/>:</div>
|
||||
|
|
|
|||
Loading…
Reference in New Issue