mirror of
https://github.com/unraid/webgui.git
synced 2026-01-14 05:30:07 -06:00
Fix indicator position in context menu
This commit is contained in:
@@ -48,7 +48,7 @@ function addVMContext(name, uuid, template, state, vmrcurl,vmrcprotocol , log){
|
||||
}});
|
||||
opts.push({divider:true});
|
||||
}
|
||||
context.settings({right:false});
|
||||
context.settings({right:false,above:false});
|
||||
if (state == "running") {
|
||||
opts.push({text:_("Stop"), icon:"fa-stop", action:function(e) {
|
||||
e.preventDefault();
|
||||
|
||||
Reference in New Issue
Block a user