Fix status card regression: revert webhooks-section to sibling structure
All checks were successful
All checks were successful
This commit is contained in:
@@ -71,8 +71,10 @@
|
||||
<div id="status-panel" class="status-panel" style="display: none;">
|
||||
<!-- Status content gets rendered here -->
|
||||
<div id="status-content"><p class="status-loading">Loading status...</p></div>
|
||||
<!-- Webhooks Configuration Panel (nested inside status) -->
|
||||
<div class="webhooks-section" id="webhooks-section" style="display: none;">
|
||||
</div>
|
||||
|
||||
<!-- Webhooks Configuration Panel (sibling to status-panel) -->
|
||||
<div class="webhooks-section" id="webhooks-section" style="display: none;">
|
||||
<div class="webhooks-header" id="webhooks-header">
|
||||
<h2>⚡ Webhooks Configuration</h2>
|
||||
<span class="webhooks-toggle" id="webhooks-toggle">▼</span>
|
||||
@@ -129,7 +131,6 @@
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div id="error-message" class="error-message" style="display: none;"></div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user