File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed
Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change 15231523"label.networkspeed" : " Network speed" ,
15241524"label.networktype" : " Network type" ,
15251525"label.networkwrite" : " Network write" ,
1526+ "label.never" : " Never" ,
15261527"label.new" : " New" ,
15271528"label.new.autoscale.vmgroup" : " New AutoScaling Group" ,
15281529"label.new.instance.group" : " New Instance group" ,
Original file line number Diff line number Diff line change 8888 <a-card-grid style =" width : 35% ; text-align : center ; font-size : small ;" >
8989 <a-statistic
9090 :title =" $t('label.lastheartbeat')"
91- :value =" $toLocaleDate(serverStats.lastheartbeat)"
91+ :value =" serverStats.lastheartbeat ? $toLocaleDate(serverStats.lastheartbeat) : $t('label.never' )"
9292 valueStyle =" font-size: medium"
9393 />
9494 <a-card-meta :description =" getTimeSince(serverStats.collectiontime)" />
You can’t perform that action at this time.
0 commit comments