This commit is contained in:
luckysideburn
2024-12-31 09:30:12 +00:00
parent 6560f10dcc
commit 721ca12e80
2 changed files with 9 additions and 9 deletions
+6 -6
View File
@@ -340,9 +340,9 @@
h => Enable or disable help<br>
s => Enable or disable shuffle for aliens<br>
n => Change the namespace<br>
p => Display pods<br>
c => Display nodes<br>
v => Display virtual machines (KubeVirt)<br>
p => Display pods switch<br>
c => Display nodes switch<br>
v => Display virtual machines (KubeVirt) switch<br>
</div>
<div class="modal-footer">
<button type="button" id="closeButton5" class="btn btn-secondary" data-bs-dismiss="modal">Close</button>
@@ -472,9 +472,9 @@
h => Enable or disable help<br>
s => Enable or disable shuffle for aliens<br>
n => Change the namespace<br>
p => Display pods<br>
c => Display nodes<br>
v => Display virtual machines (kubevirt)<br>
p => Display pods switch<br>
c => Display nodes switch<br>
v => Display virtual machines (kubevirt) switch<br>
</div>
</div>
</div>
+3 -3
View File
@@ -742,9 +742,9 @@ window.setInterval(function draw() {
ctx.fillText('h => Enable or disable help', 10, 280);
ctx.fillText('s => Enable or disable shuffle for aliens', 10, 300);
ctx.fillText('n => Change the namespace', 10, 320);
ctx.fillText('p => Display pods', 10, 340);
ctx.fillText('c => Display nodes', 10, 360);
ctx.fillText('v => Display virtual machines (KubeVirt)', 10, 380);
ctx.fillText('p => Display pods switch', 10, 340);
ctx.fillText('c => Display nodes switch', 10, 360);
ctx.fillText('v => Display virtual machines (KubeVirt) switch', 10, 380);
}
}, 10)