feat(frontend): temporary logs page to clear up confusion about it 404ing

This commit also disables the "Run Now" buttons under Jobs until they actually work

re #272
This commit is contained in:
sct
2020-12-16 01:35:26 +00:00
parent db0a5c44f6
commit d9788c4aa9
4 changed files with 36 additions and 1 deletions

View File

@@ -47,3 +47,7 @@ body {
-ms-overflow-style: none; /* IE and Edge */
scrollbar-width: none; /* Firefox */
}
code {
@apply bg-gray-800 py-1 px-2 rounded-md;
}