Skip to content

Commit

Permalink
UPDATE: add running service count to csm widget
Browse files Browse the repository at this point in the history
  • Loading branch information
mabasian committed Dec 9, 2024
1 parent cf39f0b commit 2e6ee10
Show file tree
Hide file tree
Showing 3 changed files with 207 additions and 57 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@
<div class="volume-Parent flex w-full h-full justify-center items-center flex-col p-1 gap-1 relative">
<ServiceLine
label="Active"
value="1"
:value="setupStore.runningServicesCount"
hover-text="
a
"
/>
<ServiceLine
label="in queue"
value="2"
value="dummy"
hover-text="
b
"
Expand All @@ -26,8 +26,11 @@
</template>

<script setup>
import { useSetups } from "@/store/setups";
import ServiceLine from "../fragments/ServiceLine.vue";
const setupStore = useSetups();
const props = defineProps({
csmBox: {
type: Boolean,
Expand Down
Loading

0 comments on commit 2e6ee10

Please sign in to comment.