mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2025-07-24 17:31:52 +00:00
[ACA-249] routing generic error (#9)
* generic error * rename folder and files
This commit is contained in:
committed by
Denys Vuika
parent
5269e68db8
commit
b501f01177
@@ -78,7 +78,19 @@
|
||||
</adf-toolbar>
|
||||
</div>
|
||||
|
||||
<div class="inner-layout__content">
|
||||
<div class="inner-layout__content"
|
||||
[ngClass]="{
|
||||
'inner-layout__content--hide': isValidPath,
|
||||
'inner-layout__content--show': !isValidPath
|
||||
}">
|
||||
<app-generic-error></app-generic-error>
|
||||
</div>
|
||||
|
||||
<div class="inner-layout__content"
|
||||
[ngClass]="{
|
||||
'inner-layout__content--hide': !isValidPath ,
|
||||
'inner-layout__content--show': isValidPath
|
||||
}">
|
||||
<alfresco-upload-drag-area
|
||||
[rootFolderId]="node?.id"
|
||||
[disabled]="!canCreateContent(node)"
|
||||
|
Reference in New Issue
Block a user