Started working on job UI implementation
This commit is contained in:
9
pages/editor/jobs/jobs.pixy
Normal file
9
pages/editor/jobs/jobs.pixy
Normal file
@ -0,0 +1,9 @@
|
||||
component EditorJobs(running bool, url string, user *arn.User)
|
||||
EditorTabs(url, user)
|
||||
|
||||
h1.editor-list-page-title.mountable Background jobs
|
||||
|
||||
.buttons
|
||||
button.mountable.action(data-action="startJob", data-trigger="click", data-job="twist", disabled=running)
|
||||
Icon("rocket")
|
||||
span twist
|
Reference in New Issue
Block a user