We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 532f5dd commit 8b38d39Copy full SHA for 8b38d39
src/app/frontend/nodedetail/nodeinfo.html
@@ -106,7 +106,7 @@
106
<kd-node-conditions conditions="::$ctrl.node.conditions"></kd-node-conditions>
107
</kd-content>
108
</kd-content-card>
109
-<kd-content-card>
+<kd-content-card ng-show="::$ctrl.node.podList.pods.length">
110
<kd-title>{{::$ctrl.i18n.MSG_NODE_DETAIL_PODS_LABEL}}</kd-title>
111
<kd-content>
112
<kd-pod-card-list pod-list="$ctrl.node.podList" with-statuses="true">
0 commit comments