UI: карточка «Установленные аддоны» после блока «Ресурсы узлов»
This commit is contained in:
@@ -65,7 +65,16 @@
|
||||
<div id="cluster-page-aggregate-donuts" class="aggregate-donuts" aria-live="polite"></div>
|
||||
</section>
|
||||
|
||||
{# Карточка «Установленные аддоны» — после сводки по узлам (показ/содержимое — dashboard.js, GET …/addons/status). #}
|
||||
<section class="card cluster-detail-nodes-card" aria-labelledby="cluster-nodes-heading">
|
||||
<h2 id="cluster-nodes-heading" class="cluster-detail-section-title">Ресурсы узлов</h2>
|
||||
<div
|
||||
id="cluster-page-node-cards"
|
||||
class="cluster-nodes-resources__cards-row cluster-page-node-cards--wide"
|
||||
aria-live="polite"
|
||||
></div>
|
||||
</section>
|
||||
|
||||
{# Карточка «Установленные аддоны» — после блока «Ресурсы узлов» (dashboard.js, GET …/addons/status). #}
|
||||
<section
|
||||
id="cluster-detail-addons-section"
|
||||
class="card cluster-detail-addons-card hidden"
|
||||
@@ -90,15 +99,6 @@
|
||||
</footer>
|
||||
</section>
|
||||
|
||||
<section class="card cluster-detail-nodes-card" aria-labelledby="cluster-nodes-heading">
|
||||
<h2 id="cluster-nodes-heading" class="cluster-detail-section-title">Ресурсы узлов</h2>
|
||||
<div
|
||||
id="cluster-page-node-cards"
|
||||
class="cluster-nodes-resources__cards-row cluster-page-node-cards--wide"
|
||||
aria-live="polite"
|
||||
></div>
|
||||
</section>
|
||||
|
||||
<section class="card cluster-k8s-intro-card" aria-labelledby="cluster-k8s-heading">
|
||||
<h2 id="cluster-k8s-heading" class="cluster-detail-section-title">Kubernetes (kubectl)</h2>
|
||||
<p class="muted cluster-k8s-scope-hint">
|
||||
|
||||
Reference in New Issue
Block a user