From fc18e9e8ac8475e8921a9bd0005db6770538dd25 Mon Sep 17 00:00:00 2001 From: adroslice Date: Sat, 18 May 2024 21:32:52 +0200 Subject: [PATCH] Implemented a basic array display for the table --- .../src/components/display/ArrayDisplay.vue | 35 +++++++++++++++++++ client/src/pages/firewall/forward_rules.vue | 11 +++--- 2 files changed, 41 insertions(+), 5 deletions(-) create mode 100644 client/src/components/display/ArrayDisplay.vue diff --git a/client/src/components/display/ArrayDisplay.vue b/client/src/components/display/ArrayDisplay.vue new file mode 100644 index 0000000..1c45383 --- /dev/null +++ b/client/src/components/display/ArrayDisplay.vue @@ -0,0 +1,35 @@ + + + \ No newline at end of file diff --git a/client/src/pages/firewall/forward_rules.vue b/client/src/pages/firewall/forward_rules.vue index b5a19ac..c9fa10e 100644 --- a/client/src/pages/firewall/forward_rules.vue +++ b/client/src/pages/firewall/forward_rules.vue @@ -1,6 +1,7 @@