#7354 end Zone migration #539

Merged
jon merged 58 commits from 7354_ZoneMigration_End into dev 2024-09-03 04:48:18 +00:00
2 changed files with 1 additions and 5 deletions
Showing only changes of commit 709f434e5d - Show all commits

View File

@ -30,11 +30,6 @@ const actions = {
await axios.post(`Zones/${zoneId}/deleteZone`);
jon marked this conversation as resolved
Review

Revisar la traducción para esta acción

Revisar la traducción para esta acción
notify({ message: t('Zone deleted'), type: 'positive' });
notify({
message: t('You can undo this action within the first hour'),
icon: 'info',
});
push({ name: 'ZoneList' });
} catch (e) {
notify({ message: e.message, type: 'negative' });

View File

@ -106,6 +106,7 @@ const columns = computed(() => [
title: t('list.zoneSummary'),
icon: 'preview',
action: (row) => viewSummary(row.id, ZoneSummary),
isPrimary: true,
},
{
title: t('globals.clone'),