Added display for triggers
This commit is contained in:
parent
bc7e0767d6
commit
bb934ee859
13 changed files with 154 additions and 28 deletions
|
@ -55,7 +55,9 @@ export default function Jobs() {
|
|||
justifyContent="center"
|
||||
sx={{ flexFlow: "wrap" }}
|
||||
>
|
||||
<Typography variant="h4">No jobs found!</Typography>
|
||||
<Typography variant="h4" sx={{ textAlign: "center" }}>
|
||||
No jobs found!
|
||||
</Typography>
|
||||
</Box>
|
||||
<Box
|
||||
display="flex"
|
||||
|
@ -63,7 +65,7 @@ export default function Jobs() {
|
|||
justifyContent="center"
|
||||
sx={{ flexFlow: "wrap" }}
|
||||
>
|
||||
<Typography variant="h5">
|
||||
<Typography variant="h5" sx={{ textAlign: "center" }}>
|
||||
Click the '+' to start a new one!
|
||||
</Typography>
|
||||
</Box>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue