Skip to content
This repository has been archived by the owner on Mar 7, 2023. It is now read-only.

Commit

Permalink
fix: display delta time for pod's age
Browse files Browse the repository at this point in the history
Fixed Pods page's age format and also fixed container runtime version alignment.

Signed-off-by: evgeniybryzh<evgeniy@merge.rocks>
Signed-off-by: Artem Chernyshev <artem.chernyshev@talos-systems.com>
  • Loading branch information
evgeniybryzh authored and Unix4ever committed Apr 6, 2022
1 parent 8b80726 commit 16dffd9
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 3 deletions.
4 changes: 2 additions & 2 deletions frontend/src/views/Nodes/components/TNodesOverviewContent.vue
Original file line number Diff line number Diff line change
Expand Up @@ -89,8 +89,8 @@
</p>
</div>
<div class="overview__data-row">
<p class="overview__data-name">
Container Runtime Version
<p class="overview__data-name">Container Runtime Version</p>
<p class="overview__data">
{{ item[0]?.status?.nodeInfo?.containerRuntimeVersion }}
</p>
</div>
Expand Down
15 changes: 14 additions & 1 deletion frontend/src/views/Pods/components/TPodsList.vue

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 16dffd9

Please sign in to comment.