|
|
@ -181,6 +181,7 @@ |
|
|
|
v-model="page" |
|
|
|
:records="importantHeartBeatList.length" |
|
|
|
:per-page="perPage" |
|
|
|
:options="paginationConfig" |
|
|
|
/> |
|
|
|
</div> |
|
|
|
</div> |
|
|
@ -237,6 +238,17 @@ export default { |
|
|
|
heartBeatList: [], |
|
|
|
toggleCertInfoBox: false, |
|
|
|
showPingChartBox: true, |
|
|
|
paginationConfig: { |
|
|
|
texts:{ |
|
|
|
count:`${this.$t("Showing {from} to {to} of {count} records")}|{count} ${this.$t("records")}|${this.$t("One record")}`, |
|
|
|
first:this.$t("First"), |
|
|
|
last:this.$t("Last"), |
|
|
|
nextPage:'>', |
|
|
|
nextChunk:'>>', |
|
|
|
prevPage:'<', |
|
|
|
prevChunk:'<<' |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
}, |
|
|
|
computed: { |
|
|
|