1
0
mirror of https://github.com/OpenNebula/one.git synced 2024-12-24 21:34:01 +03:00

Bug #3074: Remove “From VM” value in the templates list (cloud view)

This commit is contained in:
Daniel Molina 2014-07-21 16:31:57 +02:00
parent 53cd007c7d
commit c5332c8cc1

View File

@ -4145,7 +4145,6 @@ function setup_provision_templates_list(context, opts) {
'<li class="provision-description text-right" style="padding-top:5px; margin-right: 5px">'+
'<i class="fa fa-fw fa-clock-o"/>'+
_format_date(data.REGTIME)+
" " + tr("from VM") + ": " + (data.TEMPLATE.SAVED_TEMPLATE_ID||'-') +
'</li>'+
'<li class="provision-title" style="padding-top:10px">'+
actions_html+