From af6a5dc3f8346647033dd946d7593f2c5041ebd4 Mon Sep 17 00:00:00 2001 From: Hassan Hashmi <75794688+hassanhashmey@users.noreply.github.com> Date: Thu, 21 Dec 2023 22:45:10 +0500 Subject: [PATCH] Docker site delete done --- .../websiteFunctions/ListDockersite.html | 73 +++++++++++-------- websiteFunctions/website.py | 19 ++++- 2 files changed, 59 insertions(+), 33 deletions(-) diff --git a/websiteFunctions/templates/websiteFunctions/ListDockersite.html b/websiteFunctions/templates/websiteFunctions/ListDockersite.html index cb56a194f..ee4a2df2c 100644 --- a/websiteFunctions/templates/websiteFunctions/ListDockersite.html +++ b/websiteFunctions/templates/websiteFunctions/ListDockersite.html @@ -15,9 +15,24 @@
+ {% if Deleted %} + + {% endif %} + + {% if LPError %} + + {% endif %} +

{% trans "List Docker Site" %} - {% trans "Create Docker Site" %} + {% trans "Create Docker Site" %}

{% trans "On this page you can launch, list, modify and delete Dockersite from your server." %}

@@ -105,37 +120,37 @@