@@ -74,6 +74,7 @@ const inTrash = computed(() => {
:title="$gettext('Environments')"
:api="environment"
:columns="envColumns"
+ disable-export
>
<template #beforeAdd>
<AButton size="small" type="link" :loading="loadingFromSettings" @click="loadFromSettings">
@@ -30,7 +30,6 @@ watch(unreadCount, () => {
:api="notification"
disable-modify
disable-add
- disable-trash
disable-export
<template #extra>
@@ -63,8 +63,8 @@ const columns: StdTableColumn[] = [{
pure: true,
width: 500,
}, {
- title: () => $gettext('Action'),
- dataIndex: 'action',
+ title: () => $gettext('Actions'),
+ dataIndex: 'actions',
fixed: 'right',
width: 200,
}]
@@ -72,6 +72,7 @@ function handle_click_duplicate(name: string) {
}"
disable-delete
disable-view
row-selection-type="checkbox"
:custom-query-params="{
env_group_id: envGroupId,
@@ -106,6 +106,7 @@ function handleAddStream() {