diff --git a/backend/windmill-common/src/utils.rs b/backend/windmill-common/src/utils.rs index 849b8e422e..a477a0571d 100644 --- a/backend/windmill-common/src/utils.rs +++ b/backend/windmill-common/src/utils.rs @@ -11,8 +11,8 @@ use serde::Deserialize; use crate::error::{Error, Result}; -pub const MAX_PER_PAGE: usize = 1000; -pub const DEFAULT_PER_PAGE: usize = 100; +pub const MAX_PER_PAGE: usize = 10000; +pub const DEFAULT_PER_PAGE: usize = 1000; #[derive(Deserialize)] pub struct Pagination { diff --git a/frontend/src/lib/components/LogViewer.svelte b/frontend/src/lib/components/LogViewer.svelte index 2a54bce0b9..94de0fd437 100644 --- a/frontend/src/lib/components/LogViewer.svelte +++ b/frontend/src/lib/components/LogViewer.svelte @@ -1,7 +1,5 @@ +
+ Powered by   Windmill +
{#if app} +
+
+ {#if user} + Logged in as {user.email} + {:else} + Not logged in + {/if} +
+ Go to app +
{:else} - + {/if}