From d149ee8effca9fe34b3c58b5cd3c3b6c42551541 Mon Sep 17 00:00:00 2001 From: muhammedaltug Date: Thu, 18 Nov 2021 10:16:28 +0300 Subject: [PATCH] Remove ngbDropdownItem directive from single abp grid action button --- .../grid-actions/grid-actions.component.html | 41 ++++++++++++++----- 1 file changed, 30 insertions(+), 11 deletions(-) diff --git a/npm/ng-packs/packages/theme-shared/extensions/src/lib/components/grid-actions/grid-actions.component.html b/npm/ng-packs/packages/theme-shared/extensions/src/lib/components/grid-actions/grid-actions.component.html index 6172cacd20..e3a17f0cc1 100644 --- a/npm/ng-packs/packages/theme-shared/extensions/src/lib/components/grid-actions/grid-actions.component.html +++ b/npm/ng-packs/packages/theme-shared/extensions/src/lib/components/grid-actions/grid-actions.component.html @@ -5,12 +5,12 @@ aria-haspopup="true" ngbDropdownToggle > - {{ text | abpLocalization }} + {{ text | abpLocalization }}
@@ -19,25 +19,44 @@ - + + + + + + + {{ action.text | abpLocalization }} + +
{{ action.text | abpLocalization }}
+
+
+ + + +