diff --git a/src/static/app/src/components/configurationComponents/peerList.vue b/src/static/app/src/components/configurationComponents/peerList.vue index 71b80c5..8a8e68a 100644 --- a/src/static/app/src/components/configurationComponents/peerList.vue +++ b/src/static/app/src/components/configurationComponents/peerList.vue @@ -238,15 +238,6 @@ export default { fill: false, borderColor: '#0d6efd', tension: 0 - }, - { - label: 'Data Sent', - data: [...this.historySentData.datasets[0].data, - ((sent - this.historyDataSentDifference[this.historyDataSentDifference.length - 1])*1000) - .toFixed(4)], - fill: false, - borderColor: '#198754', - tension: 0 } ], } diff --git a/src/static/app/src/components/navbar.vue b/src/static/app/src/components/navbar.vue index cfbfa55..5c00b08 100644 --- a/src/static/app/src/components/navbar.vue +++ b/src/static/app/src/components/navbar.vue @@ -58,7 +58,11 @@ export default {