mirror of
https://github.com/vladmandic/automatic
synced 2026-09-19 01:04:32 +02:00
ability to disable parts of the app
Signed-off-by: Vladimir Mandic <mandic00@live.com>
This commit is contained in:
@@ -99,6 +99,7 @@ async function initLogMonitor() {
|
||||
const el = document.getElementsByTagName('footer')[0];
|
||||
if (!el) return;
|
||||
el.classList.add('log-monitor');
|
||||
if (window.opts.ui_disabled?.includes('logs')) return;
|
||||
el.innerHTML = `
|
||||
<table id="logMonitor" style="width: 100%;">
|
||||
<thead style="display: block; text-align: left; border-bottom: solid 1px var(--button-primary-border-color)">
|
||||
|
||||
Reference in New Issue
Block a user