mirror of
https://github.com/fosrl/pangolin.git
synced 2026-01-28 22:00:51 +00:00
♻️ refactor
This commit is contained in:
@@ -5,7 +5,6 @@ export const registry = new OpenAPIRegistry();
|
|||||||
export enum OpenAPITags {
|
export enum OpenAPITags {
|
||||||
Site = "Site",
|
Site = "Site",
|
||||||
Org = "Organization",
|
Org = "Organization",
|
||||||
Blueprint = "Blueprint",
|
|
||||||
Resource = "Resource",
|
Resource = "Resource",
|
||||||
Role = "Role",
|
Role = "Role",
|
||||||
User = "User",
|
User = "User",
|
||||||
@@ -16,5 +15,6 @@ export enum OpenAPITags {
|
|||||||
Idp = "Identity Provider",
|
Idp = "Identity Provider",
|
||||||
Client = "Client",
|
Client = "Client",
|
||||||
ApiKey = "API Key",
|
ApiKey = "API Key",
|
||||||
Domain = "Domain"
|
Domain = "Domain",
|
||||||
|
Blueprint = "Blueprint"
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -157,7 +157,7 @@ export default function BlueprintsTable({ blueprints, orgId }: Props) {
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: "actions",
|
id: "actions",
|
||||||
header: ({ column }) => {
|
header: () => {
|
||||||
return (
|
return (
|
||||||
<span className="text-muted-foreground p-3">
|
<span className="text-muted-foreground p-3">
|
||||||
{t("actions")}
|
{t("actions")}
|
||||||
|
|||||||
Reference in New Issue
Block a user