[ACA-249] routing generic error (#9)

* generic error

* rename folder and files
This commit is contained in:
Cilibiu Bogdan
2017-10-24 18:10:21 +03:00
committed by Denys Vuika
parent 5269e68db8
commit b501f01177
9 changed files with 93 additions and 23 deletions

View File

@@ -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)"