fix: init scripts are tagged with 'init_script'

This commit is contained in:
Ruben Fiszel
2024-02-13 11:04:15 +01:00
parent f34b6f26f5
commit 4c742c5e0f
2 changed files with 7 additions and 2 deletions
+1 -1
View File
@@ -2029,7 +2029,7 @@ async fn queue_init_bash_maybe<'c, R: rsmq_async::RsmqConnection + Send + 'c>(
true,
None,
true,
None,
Some("init_script".to_string()),
None,
None,
None,
@@ -55,7 +55,12 @@
{/if}
{#if workspace && $workspaceStore != workspace}
<Badge large>
{workspace}
Workspace: {workspace}
</Badge>
{/if}
{#if job.tag}
<Badge large>
Tag: {job.tag}
</Badge>
{/if}
</div>