From 1bb2a13cc344c2a4d413d46684917551a88dd40e Mon Sep 17 00:00:00 2001 From: Andrew Date: Tue, 31 Dec 2024 17:05:18 -0500 Subject: [PATCH] Add update center and compartmentalize big bucket --- .../templates/panel/parts/big_bucket_wiz.html | 154 +++++++++++++++++ .../templates/panel/update_center.html | 0 app/frontend/templates/server/wizard.html | 156 +----------------- 3 files changed, 155 insertions(+), 155 deletions(-) create mode 100644 app/frontend/templates/panel/parts/big_bucket_wiz.html create mode 100644 app/frontend/templates/panel/update_center.html diff --git a/app/frontend/templates/panel/parts/big_bucket_wiz.html b/app/frontend/templates/panel/parts/big_bucket_wiz.html new file mode 100644 index 00000000..d62ce5fe --- /dev/null +++ b/app/frontend/templates/panel/parts/big_bucket_wiz.html @@ -0,0 +1,154 @@ +
+
+ +
+ + {% if data['super_user'] %} +
+ +
+ {% end %} +
+
+
+ +
+
+ + +
+
+ +
+
+ + +
+
+ + + + + \ No newline at end of file diff --git a/app/frontend/templates/panel/update_center.html b/app/frontend/templates/panel/update_center.html new file mode 100644 index 00000000..e69de29b diff --git a/app/frontend/templates/server/wizard.html b/app/frontend/templates/server/wizard.html index ff9ab978..782136f6 100644 --- a/app/frontend/templates/server/wizard.html +++ b/app/frontend/templates/server/wizard.html @@ -63,52 +63,7 @@ {% end %} {% raw xsrf_form_html() %}
- -
-
- -
- - {% if data['super_user'] %} -
- -
- {% end %} -
-
-
- -
-
- - -
-
- -
-
- - -
-
- + {% include "../panel/parts/big_bucket_wiz.html" %}
@@ -1114,113 +1069,4 @@ }); - - - {% end %} \ No newline at end of file