-
- {{ $t('SLA.LIST.404') }}
-
+
+
+
+
+
+
+
+ {{ $t('SLA.LIST.404') }}
+
+
+ {{ $t('SLA.ADD_ACTION_LONG') }}
+
+
+
import BaseSettingsHeader from '../../components/BaseSettingsHeader.vue';
+
+defineProps({
+ showActions: {
+ type: Boolean,
+ default: true,
+ },
+});
-
+