try to fix entra

This commit is contained in:
2026-01-15 22:07:32 +01:00
parent e97da03887
commit b61aa68bcd
6 changed files with 628 additions and 79 deletions

View File

@@ -53,6 +53,16 @@
</div>
</div>
<!-- Debug Panel (hidden by default) -->
<div id="debugPanel" style="display: none; position: fixed; top: 10px; right: 10px; background: rgba(0,0,0,0.9); color: white; padding: 10px; border-radius: 5px; z-index: 1000; font-family: monospace; font-size: 12px;">
<h4>Debug Tools</h4>
<button id="exportLogsBtn" style="margin: 5px; padding: 5px;">Export Frontend Logs</button>
<button id="clearLogsBtn" style="margin: 5px; padding: 5px;">Clear Logs</button>
<button id="viewBackendLogsBtn" style="margin: 5px; padding: 5px;">View Backend Logs</button>
<button id="closeDebugBtn" style="margin: 5px; padding: 5px;">Close</button>
<div id="debugOutput" style="margin-top: 10px; max-height: 200px; overflow-y: auto;"></div>
</div>
<script src="script.js"></script>
</body>
</html>