mirror of
https://github.com/nextcloud/all-in-one.git
synced 2026-06-02 17:00:10 +00:00
Serve windmill on /windmill subpath instead of port 3100; add to disable-containers.js
Agent-Logs-Url: https://github.com/nextcloud/all-in-one/sessions/3c346202-c2e6-4e97-bf61-a1f5d42670fd Co-authored-by: szaimen <42591237+szaimen@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
f08103ca15
commit
51124784c2
@@ -41,4 +41,10 @@ document.addEventListener("DOMContentLoaded", function(event) {
|
||||
// Whiteboard
|
||||
let whiteboard = document.getElementById("whiteboard");
|
||||
whiteboard.disabled = true;
|
||||
|
||||
// Windmill
|
||||
let windmill = document.getElementById("windmill");
|
||||
if (windmill) {
|
||||
windmill.disabled = true;
|
||||
}
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user