diff --git a/dashboard/src/components/list/ListControl.svelte b/dashboard/src/components/list/ListControl.svelte index 01a78143..bb1f7780 100644 --- a/dashboard/src/components/list/ListControl.svelte +++ b/dashboard/src/components/list/ListControl.svelte @@ -81,13 +81,19 @@ function resetPage() { - -
-
- -
Control {pageOptions.type} list -
- + + + +
+ +
Control {pageOptions.type} list + + {#if !pageOptions.isPublic} + + + + {/if} +
diff --git a/dashboard/src/routes/Dash/Profile.svelte b/dashboard/src/routes/Dash/Profile.svelte index cc08cf1c..1caf184f 100644 --- a/dashboard/src/routes/Dash/Profile.svelte +++ b/dashboard/src/routes/Dash/Profile.svelte @@ -107,7 +107,7 @@ You are currently viewing a system. navigateTo(e.detail, listView)}> - + navigateTo("members", e.detail)} bind:otherList={groupList} bind:lists={memberList} bind:pageOptions={memberListPageOptions} bind:options={memberListOptions} />