From 8bc46a0f2d96d2c69e597e527ad9b07148c141f0 Mon Sep 17 00:00:00 2001 From: KostyaDanovsky Date: Mon, 18 Sep 2017 18:20:52 +0300 Subject: [PATCH] fix(table): change icons to nebular --- .../tables/smart-table/smart-table.component.ts | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/src/app/pages/tables/smart-table/smart-table.component.ts b/src/app/pages/tables/smart-table/smart-table.component.ts index b6002f14..542fa8e5 100644 --- a/src/app/pages/tables/smart-table/smart-table.component.ts +++ b/src/app/pages/tables/smart-table/smart-table.component.ts @@ -16,17 +16,17 @@ export class SmartTableComponent { settings = { add: { - addButtonContent: '', - createButtonContent: '', - cancelButtonContent: '', + addButtonContent: '', + createButtonContent: '', + cancelButtonContent: '', }, edit: { - editButtonContent: '', - saveButtonContent: '', - cancelButtonContent: '', + editButtonContent: '', + saveButtonContent: '', + cancelButtonContent: '', }, delete: { - deleteButtonContent: '', + deleteButtonContent: '', confirmDelete: true, }, columns: {