mirror of
https://github.com/OpenNebula/one.git
synced 2025-02-28 17:57:22 +03:00
B: Added _blank target in custom hyperlink (#383)
* Added _blank target in custom hyperlink * Solved bug when updating OS Booting VM
This commit is contained in:
parent
822602ca45
commit
26bcc237dc
@ -351,8 +351,8 @@ define(function(require) {
|
||||
'<td>'+value+'</td>'+
|
||||
'<td><label>'+label+'</label></td>'+
|
||||
'<td>'+
|
||||
'<button class="boot-order-up button radius tiny hollow secondary"><i class="fa fa-lg fa-arrow-up" aria-hidden="true"></i></button>'+
|
||||
'<button class="boot-order-down button radius tiny hollow secondary"><i class="fa fa-lg fa-arrow-down" aria-hidden="true"></i></button>'+
|
||||
'<button class="boot-order-up button radius tiny secondary"><i class="fa fa-lg fa-arrow-up" aria-hidden="true"></i></button>'+
|
||||
'<button class="boot-order-down button radius tiny secondary"><i class="fa fa-lg fa-arrow-down" aria-hidden="true"></i></button>'+
|
||||
'</td>'+
|
||||
'</tr>');
|
||||
}
|
||||
|
@ -26,7 +26,7 @@
|
||||
<img class="opennebula-img" src="{{logo}}"/>
|
||||
{{#if link_text}}
|
||||
{{#if link}}
|
||||
<a class="opennebula-img" href="{{link}}" style="font-size:smaller; text-align:center">{{link_text}}</a>
|
||||
<a class="opennebula-img" href="{{link}}" style="font-size:smaller; text-align:center" target="_blank">{{link_text}}</a>
|
||||
{{/if}}
|
||||
{{/if}}
|
||||
</li>
|
||||
|
Loading…
x
Reference in New Issue
Block a user