From f18aabb5ba709bc70e27428ffafb17245518ac69 Mon Sep 17 00:00:00 2001 From: JiriUhlir <149317995+JiriUhlir@users.noreply.github.com> Date: Thu, 28 May 2026 11:45:29 +0200 Subject: [PATCH] Add portal authentication and removed deploy old templates --- app/templates/deployment-detail.html | 59 ---------------- app/templates/deployments.html | 102 --------------------------- 2 files changed, 161 deletions(-) delete mode 100644 app/templates/deployment-detail.html delete mode 100644 app/templates/deployments.html diff --git a/app/templates/deployment-detail.html b/app/templates/deployment-detail.html deleted file mode 100644 index 614f324..0000000 --- a/app/templates/deployment-detail.html +++ /dev/null @@ -1,59 +0,0 @@ - - -
-{{ deployment.stdout }}
- {{ deployment.stderr }}
- | ID | -App | -Kind | -Status | -Started | -Finished | -Return Code | -
|---|---|---|---|---|---|---|
| - - #{{ deploy.id }} - - | - -{{ deploy.app_id }} | - -{{ deploy.kind }} | - -- {{ deploy.status }} - | - -{{ deploy.started_at }} | - -{{ deploy.finished_at or '-' }} | - -{{ deploy.returncode or '-' }} | -