mirror of
https://github.com/fosrl/pangolin.git
synced 2026-07-13 17:21:48 +02:00
command palette tweaks
This commit is contained in:
@@ -7,6 +7,7 @@ import {
|
||||
BellRing,
|
||||
Building2,
|
||||
Globe,
|
||||
GlobeLock,
|
||||
KeyRound,
|
||||
MonitorUp,
|
||||
Plus,
|
||||
@@ -86,6 +87,12 @@ export function useCommandPaletteActions(
|
||||
icon: <Globe className="size-4" />,
|
||||
href: `/${orgId}/settings/resources/proxy/create`
|
||||
});
|
||||
actions.push({
|
||||
id: "create-private-resource",
|
||||
label: t("commandPaletteCreatePrivateResource"),
|
||||
icon: <GlobeLock className="size-4" />,
|
||||
href: `/${orgId}/settings/resources/private/create`
|
||||
});
|
||||
actions.push({
|
||||
id: "create-machine-client",
|
||||
label: t("commandPaletteCreateMachineClient"),
|
||||
|
||||
Reference in New Issue
Block a user