From e30c43a66a31d3a6bbc7f08cb0a3ea4ccd2ab1dd Mon Sep 17 00:00:00 2001 From: Thomas Basler Date: Sun, 17 Apr 2022 04:03:54 +0200 Subject: [PATCH] webapp: first try of post implementation (not working) --- webapp/src/components/NetworkAdminView.vue | 43 +++++++- .../components/partials/BootstrapAlert.vue | 104 ++++++++++++++++++ 2 files changed, 145 insertions(+), 2 deletions(-) create mode 100644 webapp/src/components/partials/BootstrapAlert.vue diff --git a/webapp/src/components/NetworkAdminView.vue b/webapp/src/components/NetworkAdminView.vue index 44c5775..baeea94 100644 --- a/webapp/src/components/NetworkAdminView.vue +++ b/webapp/src/components/NetworkAdminView.vue @@ -3,7 +3,10 @@ -
+ + {{ this.infoMessage }} + +
WiFi Configuration
@@ -153,16 +156,25 @@
+
- {{ networkConfigList }} \ No newline at end of file diff --git a/webapp/src/components/partials/BootstrapAlert.vue b/webapp/src/components/partials/BootstrapAlert.vue new file mode 100644 index 0000000..3c9a836 --- /dev/null +++ b/webapp/src/components/partials/BootstrapAlert.vue @@ -0,0 +1,104 @@ + + + \ No newline at end of file