From d84b2060f0a30e0d7e359435691eac02833a6d63 Mon Sep 17 00:00:00 2001 From: Donald Zou Date: Mon, 17 Feb 2025 14:25:37 +0800 Subject: [PATCH] Added endpoint back when on list --- .gitignore | 3 ++- src/static/app/dist/index.html | 2 +- .../src/components/configurationComponents/peer.vue | 11 +++++++++++ 3 files changed, 14 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 1a6e609..8461e6a 100644 --- a/.gitignore +++ b/.gitignore @@ -48,4 +48,5 @@ coverage *.sw? *.tsbuildinfo -.vite/* \ No newline at end of file +.vite/* + diff --git a/src/static/app/dist/index.html b/src/static/app/dist/index.html index 04129c5..92d5098 100644 --- a/src/static/app/dist/index.html +++ b/src/static/app/dist/index.html @@ -9,7 +9,7 @@ - WGDashboard + WGDashboard 1 diff --git a/src/static/app/src/components/configurationComponents/peer.vue b/src/static/app/src/components/configurationComponents/peer.vue index 19e16ee..bf0dce4 100644 --- a/src/static/app/src/components/configurationComponents/peer.vue +++ b/src/static/app/src/components/configurationComponents/peer.vue @@ -42,6 +42,17 @@ export default {
+
+ + + {{ Peer.endpoint }} + +
+ +