stash
This commit is contained in:
parent
1853577ff5
commit
3cd9200d87
2 changed files with 5 additions and 0 deletions
|
|
@ -6,6 +6,7 @@ import StorageOptimizationWorkflow from '@/components/workflow/workflows/Storage
|
|||
import MaintenanceScheduleWorkflow from '@/components/workflow/workflows/MaintenanceScheduleWorkflow.vue';
|
||||
import ExpiryCheckWorkflow from '@/components/workflow/workflows/ExpiryCheckWorkflow.vue';
|
||||
import BackupRestoreWorkflow from '@/components/workflow/workflows/BackupRestoreWorkflow.vue';
|
||||
import BulkLabelPrintWorkflow from '@/components/workflow/workflows/BulkLabelPrintWorkflow.vue';
|
||||
|
||||
const workflows = [
|
||||
{...FotoFirstBulkImportWorkflow.meta, component: FotoFirstBulkImportWorkflow},
|
||||
|
|
@ -15,6 +16,7 @@ const workflows = [
|
|||
{...MaintenanceScheduleWorkflow.meta, component: MaintenanceScheduleWorkflow},
|
||||
{...ExpiryCheckWorkflow.meta, component: ExpiryCheckWorkflow},
|
||||
{...BackupRestoreWorkflow.meta, component: BackupRestoreWorkflow},
|
||||
{...BulkLabelPrintWorkflow.meta, component: BulkLabelPrintWorkflow},
|
||||
];
|
||||
|
||||
export function getAllWorkflows() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue