Site resources for the blueprint

This commit is contained in:
Owen
2025-09-14 15:57:41 -07:00
parent 8929f389f4
commit 58c04fd196
13 changed files with 520 additions and 71 deletions

View File

@@ -352,7 +352,7 @@ export default function CreateInternalResourceDialog({
render={({ field }) => (
<FormItem>
<FormLabel>
{t("createInternalResourceDialogDestinationIP")}
{t("targetAddr")}
</FormLabel>
<FormControl>
<Input
@@ -373,7 +373,7 @@ export default function CreateInternalResourceDialog({
render={({ field }) => (
<FormItem>
<FormLabel>
{t("createInternalResourceDialogDestinationPort")}
{t("targetPort")}
</FormLabel>
<FormControl>
<Input

View File

@@ -221,7 +221,7 @@ export default function EditInternalResourceDialog({
name="destinationIp"
render={({ field }) => (
<FormItem>
<FormLabel>{t("editInternalResourceDialogDestinationIP")}</FormLabel>
<FormLabel>{t("targetAddr")}</FormLabel>
<FormControl>
<Input {...field} />
</FormControl>
@@ -235,7 +235,7 @@ export default function EditInternalResourceDialog({
name="destinationPort"
render={({ field }) => (
<FormItem>
<FormLabel>{t("editInternalResourceDialogDestinationPort")}</FormLabel>
<FormLabel>{t("targetPort")}</FormLabel>
<FormControl>
<Input
type="number"