mirror of
https://github.com/OpenNebula/one.git
synced 2025-03-30 22:50:10 +03:00
B #~: Fix title in instantiate vm form (#80)
This commit is contained in:
parent
cedf794b1b
commit
be46721278
@ -15,16 +15,16 @@
|
||||
{{! -------------------------------------------------------------------------- }}
|
||||
|
||||
<br>
|
||||
<h6 style="overflow: hidden; text-overflow: ellipsis; white-space: nowrap;">
|
||||
{{element.NAME}}<br>
|
||||
<span class="total_cost_div" hidden>
|
||||
<small class="cost_value">0.00</small>
|
||||
<small>{{tr "COST"}} / {{tr "HOUR"}}</small>
|
||||
</span>
|
||||
</h6>
|
||||
<div class="template-row" element-id="{{element.ID}}">
|
||||
<div class="row">
|
||||
<div class="medium-2 small-12 columns">
|
||||
<h6>
|
||||
{{element.NAME}}<br>
|
||||
<span class="total_cost_div" hidden>
|
||||
<small class="cost_value">0.00</small>
|
||||
<small>{{tr "COST"}} / {{tr "HOUR"}}</small>
|
||||
</span>
|
||||
</h6>
|
||||
<span>
|
||||
<img src="{{element.TEMPLATE.LOGO}}">
|
||||
</span>
|
||||
|
Loading…
x
Reference in New Issue
Block a user