Fix indicator position in context menu

This commit is contained in:
bergware
2023-02-28 16:20:18 +01:00
parent 9c3a68c5f9
commit 0595daf803
3 changed files with 4 additions and 4 deletions

View File

@@ -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();