1
0
mirror of https://github.com/OpenNebula/one.git synced 2025-03-30 22:50:10 +03:00

Bug #1876: Fix vm snapshot refresh button

This commit is contained in:
Carlos Martín 2013-04-12 16:41:56 +02:00
parent 445fdc5109
commit d9f95466aa

View File

@ -2660,7 +2660,7 @@ function printSnapshots(vm_info){
<div id="columns twelve">\
<form id="snapshot_form" vmid="'+vm_info.ID+'" >\
<div class="twelve columns">\
<div id="refresh_disk" class="button small secondary radius" ><i class="icon-refresh"/></div>'
<div id="refresh_snapshot" class="button small secondary radius" ><i class="icon-refresh"/></div>'
if (Config.isTabActionEnabled("vms-tab", "VM.snapshot_create")) {
// If VM is not RUNNING, then we forget about the attach disk form.