refactor(ui): introduce shared list detail shells
This commit is contained in:
@@ -1,8 +1,7 @@
|
||||
import { computed, onBeforeUnmount, onMounted, ref, watch } from 'vue'
|
||||
import { useRouter } from 'vue-router'
|
||||
|
||||
import EnterpriseSelect from '../../components/shared/EnterpriseSelect.vue'
|
||||
import TableLoadingState from '../../components/shared/TableLoadingState.vue'
|
||||
import EnterpriseListPage from '../../components/shared/EnterpriseListPage.vue'
|
||||
import { useSystemState } from '../../composables/useSystemState.js'
|
||||
import { useToast } from '../../composables/useToast.js'
|
||||
import { fetchSystemLogEntries } from '../../services/systemLogs.js'
|
||||
@@ -62,8 +61,7 @@ function resolveSystemOutcomeTone(outcome) {
|
||||
export default {
|
||||
name: 'LogsView',
|
||||
components: {
|
||||
EnterpriseSelect,
|
||||
TableLoadingState
|
||||
EnterpriseListPage
|
||||
},
|
||||
emits: ['summary-change'],
|
||||
setup(_, { emit }) {
|
||||
|
||||
Reference in New Issue
Block a user