Skip to content

Commit

Permalink
Merge pull request #3402 from threefoldtech/development_fix_k8s_worke…
Browse files Browse the repository at this point in the history
…r_planetary

Fix k8s worker planetary
  • Loading branch information
zaelgohary authored Sep 11, 2024
2 parents 9d960c8 + b42b219 commit a948bfa
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,9 @@
<template #[`item.mycelium`]="{ item }">
{{ item.myceliumIP || "-" }}
</template>
<template #[`item.planetary`]="{ item }">
{{ item.planetary || "-" }}
</template>
</ListTable>
</template>

Expand Down

0 comments on commit a948bfa

Please sign in to comment.