forked from github-starred/komodo
improve topbar navigation
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user