VM manager: minor icon update

This commit is contained in:
bergware
2023-10-15 15:47:08 +02:00
parent a47cea481f
commit ab661ccc06
@@ -108,7 +108,7 @@ function addVMContext(name, uuid, template, state, vmrcurl, vmrcprotocol, log, c
}});
opts.push({divider:true});
opts.push({text:_("Create Snapshot"), icon:"fa-clone", action:function(e) {
opts.push({text:_("Create Snapshot"), icon:"fa-copy", action:function(e) {
e.preventDefault();
selectsnapshot(uuid , name, "--generate" , "create",false,state) ;
}});
@@ -163,7 +163,7 @@ function addVMContext(name, uuid, template, state, vmrcurl, vmrcprotocol, log, c
}});
opts.push({divider:true});
opts.push({text:_("Create Snapshot"), icon:"fa-clone", action:function(e) {
opts.push({text:_("Create Snapshot"), icon:"fa-copy", action:function(e) {
e.preventDefault();
selectsnapshot(uuid , name, "--generate" , "create",false,state) ;
}});