ui: remove credentials badge from WEB sessions, remove Back button from RDP
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -84,7 +84,6 @@ cat > /opt/portal/index.html <<HTML
|
||||
</div>
|
||||
<div id="status"></div>
|
||||
<div class="nav-panel">
|
||||
<button class="nav-btn" id="btn-back" type="button" title="Назад"><span class="nb-icon">←</span><span class="nb-label">Назад</span></button>
|
||||
<button class="nav-btn" id="btn-home" type="button" title="Главная"><span class="nb-icon">⌂</span><span class="nb-label">Главная</span></button>
|
||||
<button class="nav-btn" id="btn-fs" type="button" title="На весь экран"><span class="nb-icon">⛶</span><span class="nb-label">Экран</span></button>
|
||||
</div>
|
||||
@@ -235,7 +234,6 @@ cat > /opt/portal/index.html <<HTML
|
||||
window.location.href = '/';
|
||||
}
|
||||
|
||||
document.getElementById('btn-back').addEventListener('click', () => chord(XK_ALT_L, XK_LEFT, 'AltLeft', 'ArrowLeft'));
|
||||
document.getElementById('btn-home').addEventListener('click', goHome);
|
||||
document.getElementById('btn-fs').addEventListener('click', () => {
|
||||
if (!document.fullscreenElement) document.documentElement.requestFullscreen();
|
||||
|
||||
Reference in New Issue
Block a user