Skip to content

Commit

Permalink
Update web/components/ResourceBar/ResourceBar.vue
Browse files Browse the repository at this point in the history
Co-authored-by: Kensei Nakada <handbomusic@gmail.com>
  • Loading branch information
momom-i and sanposhiho committed Mar 19, 2022
1 parent e78d4e4 commit 5673cbc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions web/components/ResourceBar/ResourceBar.vue
Original file line number Diff line number Diff line change
Expand Up @@ -239,6 +239,7 @@ export default defineComponent({
const deleteOnClick = () => {
if (selected.value?.resourceKind === "Node") {
// when the Node is deleted, all Pods on the Node should be deleted as well.
//@ts-ignore
podstore.pods[selected.value?.item.metadata?.name].forEach((p) => {
//@ts-ignore
Expand Down

0 comments on commit 5673cbc

Please sign in to comment.