diff --git a/web/templates/admin/list_web.html b/web/templates/admin/list_web.html
index 18164d84..70a953e0 100644
--- a/web/templates/admin/list_web.html
+++ b/web/templates/admin/list_web.html
@@ -247,18 +247,6 @@ sort-name="=$key?>" sort-bandwidth="=$data[$key]['U_BANDWIDTH']?>" sort-dis
} ?>
-
- if(empty($data[$key]['LETSENCRYPT']) || $data[$key]['LETSENCRYPT'] == 'no') { ?>
- =__('Lets Encrypt Support')?>
- } else {?>
-
- =__('Lets Encrypt Support')?>:
-
- =__($data[$key]['LETSENCRYPT'])?>
-
-
- } ?>
- |
@@ -278,6 +266,22 @@ sort-name="=$key?>" sort-bandwidth="=$data[$key]['U_BANDWIDTH']?>" sort-dis
} ?>
|
+
+
+ if(empty($data[$key]['LETSENCRYPT']) || $data[$key]['LETSENCRYPT'] == 'no') { ?>
+ =__('Lets Encrypt Support')?>
+ } else {?>
+
+ =__('Lets Encrypt Support')?>:
+
+ =__($data[$key]['LETSENCRYPT'])?>
+
+
+ } ?>
+ |
+
+ |
+ |
|