Skip to content

Commit

Permalink
feat: add new queue button
Browse files Browse the repository at this point in the history
  • Loading branch information
ismay committed Oct 19, 2023
1 parent d9674dd commit 3be5a25
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/pages/JobList/JobList.js
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,9 @@ const JobList = () => {
<LinkButton to="/job/add">
{i18n.t('New job')}
</LinkButton>
<LinkButton to="/queue/add">
{i18n.t('New queue')}
</LinkButton>
</div>
</div>
<JobTable jobs={jobs} refetch={refetch} />
Expand Down

0 comments on commit 3be5a25

Please sign in to comment.