diff --git a/src/components/Cards/CardStats.svelte b/src/components/Cards/CardStats.svelte index 31fd5f5..821245a 100644 --- a/src/components/Cards/CardStats.svelte +++ b/src/components/Cards/CardStats.svelte @@ -15,6 +15,7 @@ // can be any of the background color utilities // from tailwindcss export let statIconColor = "bg-red-500"; +
@@ -155,12 +209,20 @@
Filter Action
+ + -
+
diff --git a/src/views/admin/wgProfiles.svelte b/src/views/admin/wgProfiles.svelte index 751a26c..b8e6069 100644 --- a/src/views/admin/wgProfiles.svelte +++ b/src/views/admin/wgProfiles.svelte @@ -6,8 +6,10 @@ import CardWGControl from "components/Cards/CardWGControl.svelte"; let wgResponse = null; - let filter = ""; + let filter = null; let unique = {}; + let filter_action = false; + let checked_vals = []; let wgProfileFetch = []; @@ -21,9 +23,10 @@ // }); // console.log(wgProfileFetch); // }); +
- - + +