improve topbar navigation

This commit is contained in:
mbecker20
2024-04-01 02:28:51 -07:00
parent 24d2e744a4
commit 8f5570128d
12 changed files with 199 additions and 96 deletions

View File

@@ -11,10 +11,10 @@ export const object_keys = <T extends object>(o: T): (keyof T)[] =>
Object.keys(o) as (keyof T)[];
export const RESOURCE_TARGETS: UsableResource[] = [
"Procedure",
"Deployment",
"Server",
"Build",
"Procedure",
"Repo",
"Builder",
"Alerter",