diff --git a/app/javascript/dashboard/routes/dashboard/settings/sla/Index.vue b/app/javascript/dashboard/routes/dashboard/settings/sla/Index.vue index 80b0fbbc1..9f60ef53d 100644 --- a/app/javascript/dashboard/routes/dashboard/settings/sla/Index.vue +++ b/app/javascript/dashboard/routes/dashboard/settings/sla/Index.vue @@ -10,44 +10,12 @@ - - - - - - - - {{ $t('SLA.LIST.404') }} - - - {{ $t('SLA.ADD_ACTION_LONG') }} - - - - + + +import SLAListItem from './SLAListItem.vue'; + + + + + + + + + + + + + diff --git a/app/javascript/dashboard/routes/dashboard/settings/sla/components/SLAEmptyState.vue b/app/javascript/dashboard/routes/dashboard/settings/sla/components/SLAEmptyState.vue new file mode 100644 index 000000000..9ce444aee --- /dev/null +++ b/app/javascript/dashboard/routes/dashboard/settings/sla/components/SLAEmptyState.vue @@ -0,0 +1,23 @@ + + + + + + {{ $t('SLA.LIST.404') }} + + + {{ $t('SLA.ADD_ACTION_LONG') }} + + +
- {{ $t('SLA.LIST.404') }} -
+ {{ $t('SLA.LIST.404') }} +