Skip to content

Commit fe14b8d

Browse files
committed
fixed script, history delete
1 parent 8998dc5 commit fe14b8d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

app/aem/ui.apps.base/src/main/content/jcr_root/apps/apm/views/history/.content.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@
111111
href.uritemplate="/apm/viewer.html{+item}"/>
112112
</view>
113113
<deletepage
114-
granite:class="foundation-collection-action dialog-delete-history"
114+
granite:class="foundation-collection-action"
115115
granite:rel="cq-siteadmin-admin-actions-delete-activator"
116116
jcr:primaryType="nt:unstructured"
117117
sling:resourceType="granite/ui/components/coral/foundation/collection/action"

app/aem/ui.apps.base/src/main/content/jcr_root/apps/apm/views/scripts/.content.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -258,7 +258,7 @@
258258
href.uritemplate="/apps/apm/views/move.html{+item}"/>
259259
</move>
260260
<deletepage
261-
granite:class="foundation-collection-action dialog-delete-script"
261+
granite:class="foundation-collection-action"
262262
granite:rel="cq-siteadmin-admin-actions-delete-activator"
263263
jcr:primaryType="nt:unstructured"
264264
sling:resourceType="granite/ui/components/coral/foundation/collection/action"

0 commit comments

Comments
 (0)