We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8faf473 commit 910ba3dCopy full SHA for 910ba3d
generators/client/templates/angular/src/main/webapp/app/layouts/navbar/navbar.component.html.ejs
@@ -80,6 +80,7 @@
80
</a>
81
</li>
82
<%_ } _%>
83
+ <%_ if(withAdminUi){ _%>
84
<li>
85
<a class="dropdown-item" routerLink="admin/metrics" routerLinkActive="active" (click)="collapseNavbar()">
86
<fa-icon icon="tachometer-alt" [fixedWidth]="true"></fa-icon>
@@ -110,6 +111,7 @@
110
111
<span jhiTranslate="global.menu.admin.apidocs">API</span>
112
113
114
+ <%_ } _%>
115
<!-- jhipster-needle-add-element-to-admin-menu - JHipster will add entities to the admin menu here -->
116
<%_ if (devDatabaseType === 'h2Disk' || devDatabaseType === 'h2Memory' || devDatabaseType === 'couchbase') { _%>
117
<li *ngIf="!inProduction">
0 commit comments