Eugenio Romano 5c7ccb9b83 fix toolbar and page port view for size in small devices (#2338)
remove old alfresco and activiti prefix
fix login toggle mobile devices
2017-09-14 19:53:46 +01:00

7 lines
206 B
HTML

<div class="activiti-form-viewer" *ngIf="nodeId">
<adf-form [nodeId]="nodeId"
[saveMetadata]="true"
[path]="'/Sites/swsdp/documentLibrary'">
</adf-form>
</div>