diff --git a/wevia-cockpit.html b/wevia-cockpit.html index d07e3ad77..d310e8f9b 100644 --- a/wevia-cockpit.html +++ b/wevia-cockpit.html @@ -91,6 +91,51 @@ iframe.embed{width:100%;height:100%;border:0;background:transparent} .dispatch-sidebar{max-height:200px;border-right:0;border-bottom:1px solid var(--border)} .health-bar{display:none} } + +/* w314fix iframe Logout hide - parent cockpit shows its own */ +iframe.embed{margin-top:0!important} + +/* w314 Logout reposition BL doctrine */ +.brand{position:relative} + + +
@@ -381,6 +426,23 @@ fetch('/api/cdp-status.php').then(()=>{}); // warmup document.getElementById('h-providers').textContent = '18'; document.getElementById('h-s95-dot').className = 'h-dot ok'; document.getElementById('h-s151-dot').className = 'h-dot ok'; + +