mirror of
https://github.com/windmill-labs/windmill.git
synced 2026-08-20 08:01:35 +00:00
improve displaying jobs currently waiting for a worker
This commit is contained in:
@@ -631,6 +631,7 @@ struct ListableQueuedJob {
|
||||
pub language: Option<ScriptLang>,
|
||||
pub email: String,
|
||||
pub suspend: Option<i32>,
|
||||
pub tag: String,
|
||||
}
|
||||
|
||||
async fn list_queue_jobs(
|
||||
@@ -658,6 +659,7 @@ async fn list_queue_jobs(
|
||||
"same_worker",
|
||||
"email",
|
||||
"suspend",
|
||||
"tag",
|
||||
],
|
||||
)
|
||||
.sql()?;
|
||||
|
||||
@@ -35,6 +35,7 @@
|
||||
>{job.id} <ExternalLink size={10} />
|
||||
</a>
|
||||
<div class="w-32">{displayDate(job.created_at)}</div>
|
||||
<div class="text-2xs text-tertiary">tag: {job.tag}</div>
|
||||
</div>
|
||||
{/each}
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user