]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - client/src/app/+admin/admin.component.html
Fix admin layout
[github/Chocobozzz/PeerTube.git] / client / src / app / +admin / admin.component.html
index 6c98fe45388dfbbe22402182dd8eede57ed2e10f..d2b34854511aa6f465450e7c7d015b03763c30aa 100644 (file)
@@ -1,11 +1,5 @@
-<div class="row">
-  <div class="sub-menu">
-    <ng-template #linkTemplate let-item="item">
-      <a [routerLink]="item.routerLink" routerLinkActive="active" class="title-page">{{ item.label }}</a>
-    </ng-template>
-
-    <list-overflow [items]="items" [itemTemplate]="linkTemplate"></list-overflow>
-  </div>
+<div>
+  <my-top-menu-dropdown [menuEntries]="menuEntries"></my-top-menu-dropdown>
 
   <div class="margin-content">
     <router-outlet></router-outlet>