mirror of
https://github.com/OpenNebula/one.git
synced 2025-03-25 02:50:08 +03:00
F #4203 the VM logo image added to:
- VM Template info. - VM Templante instantiate. - VM info.
This commit is contained in:
parent
5b9c5c6c2f
commit
f662e04987
@ -22,6 +22,9 @@
|
||||
<small>{{tr "COST"}} / {{tr "HOUR"}}</small>
|
||||
</span>
|
||||
</h5>
|
||||
<span>
|
||||
<img src="{{element.TEMPLATE.LOGO}}">
|
||||
</span>
|
||||
<div class="row">
|
||||
<div class="medium-6 small-12 columns capacityContext{{element.ID}}">
|
||||
<fieldset>
|
||||
|
@ -23,6 +23,9 @@
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td class="key_td" colspan="2"><img src="{{element.TEMPLATE.LOGO}}"></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="key_td">{{tr "ID"}}</td>
|
||||
<td class="value_td" colspan="2">{{element.ID}}</td>
|
||||
|
@ -23,6 +23,9 @@
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td class="key_td" colspan="2"><img src="{{element.USER_TEMPLATE.LOGO}}"></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="key_td">{{tr "ID"}}</td>
|
||||
<td class="value_td" colspan="2">{{element.ID}}</td>
|
||||
|
Loading…
x
Reference in New Issue
Block a user