try to fix entra
This commit is contained in:
10
index.html
10
index.html
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user