NIFIREG-95 - Remove help icon button from header toolbar on the login page
This closes #79. Signed-off-by: Bryan Bende <bbende@apache.org>
This commit is contained in:
Родитель
730ffabf44
Коммит
fe6a434b11
|
@ -75,14 +75,14 @@ limitations under the License.
|
|||
<div id="current-user" matTooltip="{{nfRegistryService.currentUser.identity}}">{{nfRegistryService.currentUser.identity}}</div>
|
||||
<a id="logout-link-container" *ngIf="nfRegistryService.currentUser.canLogout" class="link" (click)="logout()">logout</a>
|
||||
</div>
|
||||
<div id="nifi-registry-documentation" class="pad-right-sm">
|
||||
<a [matTooltip]="'Help'" href="{{nfRegistryService.documentation.link}}" target="_blank"><i class="fa fa-question-circle help-icon" aria-hidden="true"></i></a>
|
||||
<div id="nifi-registry-documentation" *ngIf="nfRegistryService.perspective !== 'login'" class="pad-right-sm">
|
||||
<a matTooltip="Help" href="{{nfRegistryService.documentation.link}}" target="_blank"><i class="fa fa-question-circle help-icon" aria-hidden="true"></i></a>
|
||||
</div>
|
||||
<button [matTooltip]="'Settings'" mat-ripple *ngIf="nfRegistryService.currentUser.resourcePermissions.anyTopLevelResource.canRead && nfRegistryService.perspective === 'explorer'" mat-icon-button
|
||||
<button matTooltip="Settings" mat-ripple *ngIf="nfRegistryService.currentUser.resourcePermissions.anyTopLevelResource.canRead && nfRegistryService.perspective === 'explorer'" mat-icon-button
|
||||
routerLink="/nifi-registry/administration/workflow">
|
||||
<i class="fa fa-wrench" aria-hidden="true"></i>
|
||||
</button>
|
||||
<button [matTooltip]="'Close settings.'" mat-ripple *ngIf="nfRegistryService.perspective === 'administration'" mat-mini-fab
|
||||
<button matTooltip="Close settings" mat-ripple *ngIf="nfRegistryService.perspective === 'administration'" mat-mini-fab
|
||||
routerLink="/nifi-registry/explorer/{{(nfRegistryService.explorerViewType) ? nfRegistryService.explorerViewType : 'grid-list'}}">
|
||||
<mat-icon color="primary">close</mat-icon>
|
||||
</button>
|
||||
|
|
Загрузка…
Ссылка в новой задаче