[ACA-1226] Node Metadata - action tooltip

This commit is contained in:
Cilibiu Bogdan
2018-03-20 10:30:49 +02:00
committed by Denys Vuika
parent e47030d466
commit ea631c1043
5 changed files with 6 additions and 1 deletions

View File

@@ -32,6 +32,7 @@
<button mat-icon-button <button mat-icon-button
[color]="infoDrawerOpened ? 'primary' : 'accent'" [color]="infoDrawerOpened ? 'primary' : 'accent'"
*ngIf="documentList.selection.length" *ngIf="documentList.selection.length"
title="{{ 'APP.ACTIONS.DETAILS' | translate }}"
(click)="toggleSidebar()"> (click)="toggleSidebar()">
<mat-icon>info_outline</mat-icon> <mat-icon>info_outline</mat-icon>
</button> </button>

View File

@@ -34,6 +34,7 @@
<button mat-icon-button <button mat-icon-button
[color]="infoDrawerOpened ? 'primary' : 'accent'" [color]="infoDrawerOpened ? 'primary' : 'accent'"
*ngIf="documentList.selection.length" *ngIf="documentList.selection.length"
title="{{ 'APP.ACTIONS.DETAILS' | translate }}"
(click)="toggleSidebar()"> (click)="toggleSidebar()">
<mat-icon>info_outline</mat-icon> <mat-icon>info_outline</mat-icon>
</button> </button>

View File

@@ -24,6 +24,7 @@
<button mat-icon-button <button mat-icon-button
[color]="infoDrawerOpened ? 'primary' : 'accent'" [color]="infoDrawerOpened ? 'primary' : 'accent'"
*ngIf="documentList.selection.length" *ngIf="documentList.selection.length"
title="{{ 'APP.ACTIONS.DETAILS' | translate }}"
(click)="toggleSidebar()"> (click)="toggleSidebar()">
<mat-icon>info_outline</mat-icon> <mat-icon>info_outline</mat-icon>
</button> </button>

View File

@@ -24,6 +24,7 @@
<button mat-icon-button <button mat-icon-button
[color]="infoDrawerOpened ? 'primary' : 'accent'" [color]="infoDrawerOpened ? 'primary' : 'accent'"
*ngIf="documentList.selection.length" *ngIf="documentList.selection.length"
title="{{ 'APP.ACTIONS.DETAILS' | translate }}"
(click)="toggleSidebar()"> (click)="toggleSidebar()">
<mat-icon>info_outline</mat-icon> <mat-icon>info_outline</mat-icon>
</button> </button>

View File

@@ -102,7 +102,8 @@
"UNDO": "Undo", "UNDO": "Undo",
"RESTORE": "Restore", "RESTORE": "Restore",
"FAVORITE": "Favorite", "FAVORITE": "Favorite",
"UNSHARE": "Unshare" "UNSHARE": "Unshare",
"DETAILS": "View details"
}, },
"DOCUMENT_LIST": { "DOCUMENT_LIST": {
"COLUMNS": { "COLUMNS": {