[ACS-5761] Demo Shell pages cleanup (#8802)

remove the content that is not covered by e2e testing, preparation steps for the demo shell decommissioning
This commit is contained in:
Denys Vuika
2023-08-08 14:09:41 +01:00
committed by GitHub
parent 17535c9f53
commit 4f2b3bce3c
257 changed files with 528 additions and 15154 deletions

View File

@@ -85,7 +85,7 @@ Two new content actions have been added, the "copy" and the "move" for both fold
<content-action
icon="content_copy"
target="folder"
title="{{'DOCUMENT_LIST.ACTIONS.FOLDER.COPY' | translate}}"
title="Copy"
permission="update"
[disableWithNoPermission]="true"
handler="copy">
@@ -93,7 +93,7 @@ Two new content actions have been added, the "copy" and the "move" for both fold
<content-action
icon="redo"
target="folder"
title="{{'DOCUMENT_LIST.ACTIONS.FOLDER.MOVE' | translate}}"
title="Move"
permission="update"
[disableWithNoPermission]="true"
handler="move">