Files
control-pane/public/pages/k8s/index.php
2024-12-13 16:25:30 +03:00

20 lines
803 B
PHP
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<?php
$clonos->useDialogs(['k8s-new']);
?>
<h1><translate id="274">K8S Сlusters:</translate></h1>
<p><span class="top-button icon-plus id:k8s-new"><translate id="275">Create Kubernetes</translate></span></p>
<table class="tsimple" id="k8slist" width="100%">
<thead>
<tr>
<th class="wdt-70"><translate id="276">Cluster ID</translate></th>
<th class="elastic txtleft wdt-150"><translate id="277">Cluster Name</translate></th>
<th class="txtcenter wdt-80"><translate id="278">Masters Count</translate></th>
<th class="txtcenter wdt-80"><translate id="279">Workers Count</translate></th>
<th class="txtleft"><translate id="280">VM list</translate></th>
<th colspan="4" class="txtcenter wdt-100"><translate id="281">Actions</translate></th>
</tr>
</thead>
<tbody></tbody>
</table>