1
0
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:
juanmont 2016-11-21 16:34:06 +01:00
parent 5b9c5c6c2f
commit f662e04987
3 changed files with 9 additions and 0 deletions

View File

@ -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>

View File

@ -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>

View File

@ -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>