summaryrefslogtreecommitdiffstats
path: root/components/datalake-handler/admin/src/src/app/shared/modules/table/table.component.html
diff options
context:
space:
mode:
Diffstat (limited to 'components/datalake-handler/admin/src/src/app/shared/modules/table/table.component.html')
-rw-r--r--components/datalake-handler/admin/src/src/app/shared/modules/table/table.component.html3
1 files changed, 2 insertions, 1 deletions
diff --git a/components/datalake-handler/admin/src/src/app/shared/modules/table/table.component.html b/components/datalake-handler/admin/src/src/app/shared/modules/table/table.component.html
index d4162ee6..5c19aa0d 100644
--- a/components/datalake-handler/admin/src/src/app/shared/modules/table/table.component.html
+++ b/components/datalake-handler/admin/src/src/app/shared/modules/table/table.component.html
@@ -51,7 +51,8 @@ limitations under the License.
<!-- display button with text -->
<span *ngIf="column.textButton && column.textButton.length !== 0">
- <app-button [text]="column.textButton" [style]="'inline'" [color]="'dark'"></app-button>
+ <app-button [text]="column.textButton" [style]="'inline'" [color]="'dark'"
+ (click)="tableAction(column.action, row.id)"></app-button>
</span>
<!-- display button with icon -->