]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - client/src/app/+admin/admin.component.html
Add ability to list redundancies
[github/Chocobozzz/PeerTube.git] / client / src / app / +admin / admin.component.html
index 98f45a7d1bf5c7f4dfb17df24aa6bb8613d7e04b..0d06aaedc029ace88bc913e414ea42eba9e6f239 100644 (file)
@@ -5,7 +5,7 @@
     </a>
 
     <a i18n *ngIf="hasServerFollowRight()" routerLink="/admin/follows" routerLinkActive="active" class="title-page">
-      Manage follows
+      Follows & redundancies
     </a>
 
     <a i18n *ngIf="hasVideoAbusesRight() || hasVideoBlacklistRight()" routerLink="/admin/moderation" routerLinkActive="active" class="title-page">
       Configuration
     </a>
 
+    <a i18n *ngIf="hasPluginsRight()" routerLink="/admin/plugins" routerLinkActive="active" class="title-page">
+      Plugins/Themes
+    </a>
+
     <a i18n *ngIf="hasJobsRight() || hasLogsRight() || hasDebugRight()" routerLink="/admin/system" routerLinkActive="active" class="title-page">
       System
     </a>