Skip to content

Commit

Permalink
add images column
Browse files Browse the repository at this point in the history
  • Loading branch information
michaeljguarino committed Feb 7, 2023
1 parent c0c2146 commit 8a9dfdf
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ import {
ColContainers,
ColCpuReservation,
ColDelete,
ColImages,
ColMemoryReservation,
ColNameLink,
ColRestarts,
Expand All @@ -26,6 +27,7 @@ export default function Pods({ pods }) {
ColCpuReservation,
ColRestarts,
ColContainers,
ColImages,
ColDelete(refetch),
],
[refetch])
Expand Down

0 comments on commit 8a9dfdf

Please sign in to comment.