File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
spring-boot-admin-server-ui/src/main/frontend/views/instances/details Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 2222 class =" border-l-4"
2323 :title =" $t('term.fetch_failed')"
2424 />
25- <div v-else class =" content info" >
26- <table v-if =" !isEmptyInfo" class =" table" >
25+ <div v-else class =" content info -mx-4 -my-3 " >
26+ <table v-if =" !isEmptyInfo" class =" table table-full table-striped " >
2727 <tr v-for =" (value, key) in info" :key =" key" >
2828 <td class =" info__key" v-text =" key" />
2929 <td >
Original file line number Diff line number Diff line change 1919 <div >
2020 <sba-alert v-if =" error" :error =" error" :title =" $t('term.fetch_failed')" />
2121 <div v-else class =" -mx-4 -my-3" >
22- <sba-key-value-table :map =" tableData" >
22+ <sba-key-value-table :map =" tableData" skipNullValues >
2323 <template #uptime =" value " >
2424 <process-uptime :value =" value.value" />
2525 </template >
You can’t perform that action at this time.
0 commit comments