From 8db1f9846c66853e3fc182316681f35014489060 Mon Sep 17 00:00:00 2001 From: Emil Date: Mon, 3 Aug 2026 04:05:19 +0300 Subject: [PATCH] Restyle the remaining operator pages into the admin design system --- .../transport/http/templates/add-worker.html | 4 +- .../transport/http/templates/job.html | 5 +- .../transport/http/templates/new-job.html | 4 +- .../transport/http/templates/profile.html | 3 +- .../transport/http/templates/ui-base.html | 141 ++++++++++++++++++ .../transport/http/templates/workloads.html | 4 +- 6 files changed, 146 insertions(+), 15 deletions(-) create mode 100644 coordinator/internal/transport/http/templates/ui-base.html diff --git a/coordinator/internal/transport/http/templates/add-worker.html b/coordinator/internal/transport/http/templates/add-worker.html index fe57d04..036813d 100644 --- a/coordinator/internal/transport/http/templates/add-worker.html +++ b/coordinator/internal/transport/http/templates/add-worker.html @@ -5,9 +5,7 @@ Add your machine · SciMesh - + {{template "ui-styles"}}
diff --git a/coordinator/internal/transport/http/templates/job.html b/coordinator/internal/transport/http/templates/job.html index f4a1229..1a266dd 100644 --- a/coordinator/internal/transport/http/templates/job.html +++ b/coordinator/internal/transport/http/templates/job.html @@ -5,10 +5,7 @@ SciMesh pipeline - + {{template "ui-styles"}}
diff --git a/coordinator/internal/transport/http/templates/new-job.html b/coordinator/internal/transport/http/templates/new-job.html index 51795bc..b82e141 100644 --- a/coordinator/internal/transport/http/templates/new-job.html +++ b/coordinator/internal/transport/http/templates/new-job.html @@ -5,9 +5,7 @@ New computation · SciMesh - + {{template "ui-styles"}}
diff --git a/coordinator/internal/transport/http/templates/profile.html b/coordinator/internal/transport/http/templates/profile.html index 6b722c3..6f45ced 100644 --- a/coordinator/internal/transport/http/templates/profile.html +++ b/coordinator/internal/transport/http/templates/profile.html @@ -5,8 +5,7 @@ Profile · SciMesh - + {{template "ui-styles"}}
diff --git a/coordinator/internal/transport/http/templates/ui-base.html b/coordinator/internal/transport/http/templates/ui-base.html new file mode 100644 index 0000000..00ae631 --- /dev/null +++ b/coordinator/internal/transport/http/templates/ui-base.html @@ -0,0 +1,141 @@ +{{define "ui-styles"}}{{end}} diff --git a/coordinator/internal/transport/http/templates/workloads.html b/coordinator/internal/transport/http/templates/workloads.html index a31aa92..06b3132 100644 --- a/coordinator/internal/transport/http/templates/workloads.html +++ b/coordinator/internal/transport/http/templates/workloads.html @@ -5,9 +5,7 @@ Workload library · SciMesh - + {{template "ui-styles"}}