blob: 8fbbf811b2b1a74b9fb3243dbba8171337a61ece [file] [log] [blame]
<!--********************************************************************************
* Copyright (c) 2015-2018 Contributors to the Eclipse Foundation
*
* See the NOTICE file(s) distributed with this work for additional
* information regarding copyright ownership.
*
* This program and the accompanying materials are made available under the
* terms of the Eclipse Public License v. 2.0 which is available at
* http://www.eclipse.org/legal/epl-2.0.
*
* SPDX-License-Identifier: EPL-2.0
*
********************************************************************************-->
<nav class="navbar navbar-default navbar-expand bg-light">
<div class="container-fluid">
<div class="collapse navbar-collapse" id="bs-admin-navbar">
<a class="navbar-brand" style="font-weight: 500;">{{'administration.admin-modules.scope' | translate }}</a>
<ul class="nav navbar-nav mdm-link-list">
<li *ngFor="let m of links" [routerLinkActive]="['active']" class="nav-item">
<a routerLink="{{m.path}}" class="nav-link" style="cursor:pointer;">
{{m.name | translate}}
</a>
</li>
</ul>
</div>
</div>
</nav>
<router-outlet></router-outlet>