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 e216088 commit ca68e52Copy full SHA for ca68e52
ui/src/views/infra/UsageRecords.vue
@@ -91,7 +91,7 @@
91
:value="serverStats.lastheartbeat ? $toLocaleDate(serverStats.lastheartbeat) : $t('label.never')"
92
valueStyle="font-size: medium"
93
/>
94
- <a-card-meta :description="getTimeSince(serverStats.collectiontime)" />
+ <a-card-meta v-if="!!serverStats.lastheartbeat" :description="getTimeSince(serverStats.collectiontime)" />
95
</a-card-grid>
96
<a-card-grid style="width: 35%; text-align: center; font-size: small;">
97
<a-statistic
0 commit comments