diff --git a/ui/src/App.vue b/ui/src/App.vue index 36fdcaa..01cbf5d 100644 --- a/ui/src/App.vue +++ b/ui/src/App.vue @@ -1,5 +1,3 @@ - - \ No newline at end of file + diff --git a/ui/src/components/Utilities.vue b/ui/src/components/Utilities.vue index 92d84da..caa55d1 100644 --- a/ui/src/components/Utilities.vue +++ b/ui/src/components/Utilities.vue @@ -1,66 +1,97 @@ \ No newline at end of file + }, + methods: { + activate(args) { + this.host = ""; + this.componentSwitch[args] = true; + }, + }, +}); + diff --git a/ui/src/components/Utilities/Ping.vue b/ui/src/components/Utilities/Ping.vue index 8ab03a1..c5e2bea 100644 --- a/ui/src/components/Utilities/Ping.vue +++ b/ui/src/components/Utilities/Ping.vue @@ -1,92 +1,101 @@ \ No newline at end of file + }, +}); + diff --git a/ui/src/components/Utilities/Traceroute.vue b/ui/src/components/Utilities/Traceroute.vue index 89414d9..307332c 100644 --- a/ui/src/components/Utilities/Traceroute.vue +++ b/ui/src/components/Utilities/Traceroute.vue @@ -1,138 +1,145 @@