Репозиторий Sisyphus
Последнее обновление: 1 октября 2023 | Пакетов: 18631 | Посещений: 37549390
en ru br
Репозитории ALT

Группа :: Сети/WWW
Пакет: pve-novnc

 Главная   Изменения   Спек   Патчи   Sources   Загрузить   Gear   Bugs and FR  Repocop 

Патч: fix-CtrlAltDel-button-mobile.patch
Скачать


--- a/pveui.js
+++ b/pveui.js
@@ -1156,6 +1156,7 @@
                 $D('toggleAltButton').style.display = "inline";
                 $D('sendTabButton').style.display = "inline";
                 $D('sendEscButton').style.display = "inline";
+		$D('sendCtrlAltDelButton').style.display = "inline";
                 $D('showExtraKeysButton').className = "noVNC_status_button_selected";
                 UI.extraKeysVisible = true;
             } else if(UI.extraKeysVisible === true) {
@@ -1163,6 +1164,7 @@
                 $D('toggleAltButton').style.display = "";
                 $D('sendTabButton').style.display = "";
                 $D('sendEscButton').style.display = "";
+		$D('sendCtrlAltDelButton').style.display = "";
                 $D('showExtraKeysButton').className = "noVNC_status_button";
                 UI.extraKeysVisible = false;
             }
 
дизайн и разработка: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
текущий майнтейнер: Michael Shigorin