mirror of
https://github.com/windmill-labs/windmill.git
synced 2026-08-19 16:02:14 +00:00
fix: init scripts are tagged with 'init_script'
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user