diff --git a/Model/Source/Status.php b/Model/Source/Status.php new file mode 100644 index 0000000..97f1995 --- /dev/null +++ b/Model/Source/Status.php @@ -0,0 +1,17 @@ + 0, 'label' => __('Disabled')], + ['value' => 1, 'label' => __('Enabled')], + ]; + } +} diff --git a/view/adminhtml/ui_component/async_events_events_listing.xml b/view/adminhtml/ui_component/async_events_events_listing.xml index 2d571bf..1790314 100644 --- a/view/adminhtml/ui_component/async_events_events_listing.xml +++ b/view/adminhtml/ui_component/async_events_events_listing.xml @@ -107,6 +107,18 @@ + + + + select + + select + + select + + + +