mirror of
https://github.com/unraid/webgui.git
synced 2026-05-06 20:30:50 -05:00
VM manager: minor icon update
This commit is contained in:
@@ -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) ;
|
||||
}});
|
||||
|
||||
Reference in New Issue
Block a user