diff --git a/frontend/src/lib/components/ArgInfo.svelte b/frontend/src/lib/components/ArgInfo.svelte index 3026ef001f..a7128d682a 100644 --- a/frontend/src/lib/components/ArgInfo.svelte +++ b/frontend/src/lib/components/ArgInfo.svelte @@ -43,8 +43,8 @@ }}>{value} {:else if typeof value !== 'object'} - {truncate(JSON.stringify(value), 40)} - {#if JSON.stringify(value).length > 40} + {truncate(JSON.stringify(value), 100)} + {#if JSON.stringify(value).length > 100}
Edited {displayDaysAgo(flow.edited_at ?? '')} by {flow.edited_by}
-
-
Edited {displayDaysAgo(flow.edited_at ?? '')} by {flow.edited_by}
+
+
Archived
+This version was archived
+Archived
-This version was archived
+ +There are no previous versions
- {/if} -Error deploying this script
-This script has not been deployed successfully because of the following errors:
-{script.lock_error_logs}
- Deleted
-The content of this script was deleted (by an admin, no less)
-There are no previous versions
+ {/if} +Error deploying this script
+This script has not been deployed successfully because of the following errors:
+{script.lock_error_logs}
+ Deleted
+The content of this script was deleted (by an admin, no less)
+{script.lock}
- {:else}
- There is no lock file for this script
- {/if} +{script.lock}
+ {:else}
+ There is no lock file for this script
+ {/if} + {/if} +