From d6b1f97a0429600f5683511b3e1b79926c1c964a Mon Sep 17 00:00:00 2001 From: Donald Zou Date: Fri, 9 Aug 2024 20:46:11 -0400 Subject: [PATCH] Update --- .../configurationComponents/peerList.vue | 9 --- src/static/app/src/components/navbar.vue | 6 +- src/static/app/src/views/signin.vue | 73 ++++++++++--------- 3 files changed, 44 insertions(+), 44 deletions(-) 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 {