|
|
|
@@ -314,7 +314,9 @@ export class ListComponent implements OnInit, AfterViewInit, OnDestroy { |
|
|
|
switch (column.type) { |
|
|
|
case ListComponent.COLUMN_TYPE_DETAIL: |
|
|
|
return "spt-button-td"; |
|
|
|
case ListComponent.COLUMN_TYPE_DETAIL_LINK: |
|
|
|
case ListComponent.COLUMN_TYPE_BTN_REMOVE: |
|
|
|
case ListComponent.COLUMN_TYPE_BTN_EDIT: |
|
|
|
return "spt-button-td text-end"; |
|
|
|
case ListComponent.COLUMN_TYPE_TEXT: |
|
|
|
return "spt-version-td"; |
|
|
|
|