forked from github-starred/komodo
add a god damn sidebar
This commit is contained in:
@@ -14,11 +14,11 @@ export const object_keys = <T extends object>(o: T): (keyof T)[] =>
|
||||
Object.keys(o) as (keyof T)[];
|
||||
|
||||
export const RESOURCE_TARGETS: UsableResource[] = [
|
||||
"Deployment",
|
||||
"Server",
|
||||
"Deployment",
|
||||
"Build",
|
||||
"Procedure",
|
||||
"Repo",
|
||||
"Procedure",
|
||||
"Builder",
|
||||
"Alerter",
|
||||
"ServerTemplate"
|
||||
|
||||
Reference in New Issue
Block a user