1. refactor navigation + add additional nav items
2. authentication changes
This commit is contained in:
@@ -36,7 +36,7 @@ interface RequestJob {
|
||||
}
|
||||
|
||||
const STATUS_OPTIONS = ["Queued", "Started", "Compressing", "Finished", "Failed"];
|
||||
const TAR_BASE_URL = "https://codey.lol/m/m2"; // configurable prefix
|
||||
const TAR_BASE_URL = "https://kr.codey.lol"; // configurable prefix
|
||||
|
||||
export default function RequestManagement() {
|
||||
const [requests, setRequests] = useState<RequestJob[]>([]);
|
||||
|
||||
Reference in New Issue
Block a user