diff --git a/seahub/templates/sysadmin/repoadmin_table.html b/seahub/templates/sysadmin/repoadmin_table.html
index f3fc33b6da..5be6e76adb 100644
--- a/seahub/templates/sysadmin/repoadmin_table.html
+++ b/seahub/templates/sysadmin/repoadmin_table.html
@@ -1,13 +1,19 @@
{% load i18n %}
- {% trans "Name" %} |
+ |
+ {% trans "Name" %} |
ID |
{% trans "Owner" %} |
{% trans "Operations" %} |
{% for repo in repos %}
+ {% if repo.encrypted %}
+  |
+ {% else %}
+  |
+ {% endif %}
{{ repo.props.name }} |
{{ repo.id }} |
@@ -20,7 +26,7 @@
|
|
diff --git a/seahub/templates/sysadmin/sys_org_info_library.html b/seahub/templates/sysadmin/sys_org_info_library.html
index cfc9acec5c..d03f6d305e 100644
--- a/seahub/templates/sysadmin/sys_org_info_library.html
+++ b/seahub/templates/sysadmin/sys_org_info_library.html
@@ -15,14 +15,19 @@
{% if org_repos %}