From 640ff61422bc0ee3966941b93d9889ddbbd38d77 Mon Sep 17 00:00:00 2001 From: ckonstanski Date: Thu, 30 Jul 2026 18:17:14 -0600 Subject: more files --- src/dashboard/templates/cards/summary.html | 315 +++++++++++++++++++++++++++++ 1 file changed, 315 insertions(+) create mode 100644 src/dashboard/templates/cards/summary.html (limited to 'src/dashboard/templates/cards/summary.html') diff --git a/src/dashboard/templates/cards/summary.html b/src/dashboard/templates/cards/summary.html new file mode 100644 index 0000000..454b6fd --- /dev/null +++ b/src/dashboard/templates/cards/summary.html @@ -0,0 +1,315 @@ +{% load static %} + +
+
+
+
+
+
Clusters
+

{{ summary.clusters }}

+
+
+ + + +
+
+ Last updated at {{ summary.created_at }} +
+ +
+
+
+
+
+
+
+
Completed Installs
+

{{ summary.completed }}

+
+
+ + + + +
+
+
+
+
+ {{ completed_percent }}% +
+
+
+
+ +
+
+
+
+
+
In Progress
+

{{ summary.in_progress }}

+
+
+ + + +
+
+
+
+
+ {{ in_progress_percent }}% +
+
+
+
+ +
+
+
+
+
+
Failed
+

{{ summary.failed }}

+
+
+ + + + +
+
+
+
+
+ {{ failed_percent }}% +
+
+
+
+ + + +
+
+
+ +
+
+
Ingested
+

{{ summary.ingested }}

+
+
+ + + +
+
+
+
+
+ {{ failed_percent }}% +
+
+
+
+
+
+
+ +
+
+
Online
+

{{ summary.online }}

+
+
+ + + +
+
+
+
+
+ {{ failed_percent }}% +
+
+
+
+
+
+
+ +
+
+
Firmware Scheduled
+

{{ summary.firmware_scheduled }}

+
+
+ + + + +
+
+
+
+
+ {{ failed_percent }}% +
+
+
+
+
+
+
+ +
+
+
Firmware updated
+

{{ summary.firmware_upgraded }}

+
+
+ + + + +
+
+
+
+
+ {{ failed_percent }}% +
+
+
+
+
+
+
+ +
+
+
WindRiver Scheduled
+

{{ summary.wr_scheduled }}

+
+
+ + + + +
+
+
+
+
+ {{ failed_percent }}% +
+
+
+
+
+
+
+ +
+
+
WindRiver Installed
+

{{ summary.wr_installed }}

+
+
+ + + + +
+
+
+
+
+ {{ failed_percent }}% +
+
+
+
+ + + +
+
+
+ +
+
+
Namespaces Created
+

{{ orchestration.namespaces }}

+
+
+
+
+
+
+
+
+ +
+
+
Service Accounts
+ Orchestration: {{ orchestration.orch_service_account }}
Edge Engineering: {{ orchestration.edge_eng_service_account }}
Samsung:{{ orchestration.samsung_service_account }}
+
+
+
+
+
+
+
+
+ +
+
+
Kubeconfig's Created
+ Orchestration: {{ orchestration.orch_kubeconfig }}
Edge Engineering: {{ orchestration.edge_eng_kubeconfig }}
Samsung: {{ orchestration.samsung_kubeconfig }} +
+
+
+
+
+ + + +{% block playbook-libraries %} + + {% endblock %} {% block javascript %} + + + +{% endblock %} + +
+
+
+

Deployment Workflow

+

Latest status update received for each cluster

+
+
+
+
+
+
+
+
+
+
\ No newline at end of file -- cgit v1.3