mirror of
https://github.com/lucky-sideburn/kubeinvaders.git
synced 2026-08-23 21:46:21 +00:00
fix
This commit is contained in:
+6
-6
@@ -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>
|
||||
|
||||
@@ -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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user