mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
[ACA-4124] Change name displayed for groups in Add Permission Panel Component (#6305)
* [ACA-4124] Change property displayd for groups in Add Permission Panel Component * [ACA-4124] Add 503 localization * Fix e2e test * Fix e2e test
This commit is contained in:
@@ -1,15 +1,22 @@
|
||||
<div fxLayout="column" fxLayoutAlign="center center">
|
||||
<div fxLayout="column"
|
||||
fxLayoutAlign="center center">
|
||||
<adf-error-content [errorCode]="errorCode">
|
||||
<div adf-error-content-actions class="app-error-content-buttons">
|
||||
<a a id="adf-secondary-button" mat-raised-button color="primary"
|
||||
(click)="onReportIssue()"
|
||||
class="app-error-content-description-link">
|
||||
<div adf-error-content-actions
|
||||
class="app-error-content-buttons">
|
||||
<a *ngIf="'ERROR_CONTENT.' + errorCode + '.SECONDARY_BUTTON.TEXT' | translate"
|
||||
id="adf-secondary-button"
|
||||
mat-raised-button
|
||||
color="primary"
|
||||
(click)="onReportIssue()"
|
||||
class="app-error-content-description-link">
|
||||
{{ 'ERROR_CONTENT.' + errorCode + '.SECONDARY_BUTTON.TEXT' | translate | uppercase }}
|
||||
</a>
|
||||
<a id="adf-return-button" mat-raised-button color="primary" (click)="onReturnButton()">
|
||||
<a id="adf-return-button"
|
||||
mat-raised-button
|
||||
color="primary"
|
||||
(click)="onReturnButton()">
|
||||
{{ 'ERROR_CONTENT.' + errorCode + '.RETURN_BUTTON.TEXT' | translate | uppercase }}
|
||||
</a>
|
||||
</div>
|
||||
</adf-error-content>
|
||||
</div>
|
||||
|
||||
|
Reference in New Issue
Block a user