diff --git a/assets/components/StackViewer/StackLog.vue b/assets/components/StackViewer/StackLog.vue index 8436d28e..29ab1601 100644 --- a/assets/components/StackViewer/StackLog.vue +++ b/assets/components/StackViewer/StackLog.vue @@ -11,7 +11,7 @@ {{ $t("label.container", stack.containers.length) }} diff --git a/assets/components/SwarmMenu.vue b/assets/components/SwarmMenu.vue index 76747872..29075e07 100644 --- a/assets/components/SwarmMenu.vue +++ b/assets/components/SwarmMenu.vue @@ -28,14 +28,14 @@ -
  • +
  • {{ $t("label.services") }}
      -
    • +
    • @@ -73,7 +73,7 @@ const store = useSwarmStore(); const { stacks, services, customGroups } = storeToRefs(store); -const serivcesWithoutStacks = computed(() => services.value.filter((service) => !service.stack)); +const servicesWithoutStacks = computed(() => services.value.filter((service) => !service.stack));