mirror of
https://github.com/unraid/webgui.git
synced 2026-04-29 06:19:30 -05:00
Fix indicator position in context menu
This commit is contained in:
@@ -996,6 +996,7 @@ $(function() {
|
||||
opts.push({text:"<?=_('Notices')?>",icon:'fa-sun-o',subMenu:[{text:"<?=_('View')?>",icon:'fa-folder-open-o',action:function(e){e.preventDefault();openNotifier('normal');}},{text:"<?=_('History')?>",icon:'fa-file-text-o',action:function(e){e.preventDefault();viewHistory('normal');}},{text:"<?=_('Acknowledge')?>",icon:'fa-check-square-o',action:function(e){e.preventDefault();closeNotifier('normal');}}]});
|
||||
context.attach('#board',opts);
|
||||
$('#board').click();
|
||||
$('#header').click();
|
||||
|
||||
if (location.pathname.search(/\/(AddVM|UpdateVM|AddContainer|UpdateContainer)/)==-1) {
|
||||
$('blockquote.inline_help').each(function(i) {
|
||||
|
||||
Reference in New Issue
Block a user