mirror of
https://github.com/SoPat712/allstarr.git
synced 2026-08-19 12:32:34 -04:00
fix(webui): close renderActivityList so floating console parses
This commit is contained in:
@@ -6527,6 +6527,9 @@ class AllstarrApp extends LitElement {
|
||||
</div>
|
||||
`)}
|
||||
</div>
|
||||
`;
|
||||
}
|
||||
|
||||
renderFloatingConsole() {
|
||||
const activeJobsList = asArray(this.jobs).filter((job) => !["Succeeded", "Failed", "Cancelled"].includes(job.state || job.State));
|
||||
if (!activeJobsList.length && !this.showFloatingConsoleAlways) return nothing;
|
||||
|
||||
Reference in New Issue
Block a user