diff --git a/frontend/src/components/clusters/ClustersListItem.vue b/frontend/src/components/clusters/ClustersListItem.vue index d34e57fd..f36697b5 100644 --- a/frontend/src/components/clusters/ClustersListItem.vue +++ b/frontend/src/components/clusters/ClustersListItem.vue @@ -16,6 +16,7 @@ import { AuthenticationError } from '@/composables/HTTPErrors' import { ChevronRightIcon } from '@heroicons/vue/20/solid' import { TagIcon } from '@heroicons/vue/20/solid' import { ServerIcon, PlayCircleIcon } from '@heroicons/vue/24/outline' +import LoadingSpinner from '@/components/LoadingSpinner.vue' const props = defineProps({ cluster: { @@ -89,7 +90,8 @@ onMounted(() => { Slurm {{ cluster.stats.version }} -