Add button to batch-queue commits without runs
This commit is contained in:
parent
238ce5e463
commit
af11d54d0c
7 changed files with 90 additions and 14 deletions
|
|
@ -61,6 +61,10 @@ pub struct PathAdminRepoUpdate {}
|
|||
#[typed_path("/admin/queue/add")]
|
||||
pub struct PathAdminQueueAdd {}
|
||||
|
||||
#[derive(Deserialize, TypedPath)]
|
||||
#[typed_path("/admin/queue/add_batch")]
|
||||
pub struct PathAdminQueueAddBatch {}
|
||||
|
||||
#[derive(Deserialize, TypedPath)]
|
||||
#[typed_path("/admin/queue/delete")]
|
||||
pub struct PathAdminQueueDelete {}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue