mirror of
https://github.com/fosrl/pangolin.git
synced 2026-02-28 15:56:39 +00:00
♻️ remove blueprint name form description
This commit is contained in:
@@ -1174,7 +1174,6 @@
|
|||||||
"blueprintDetailsDescription": "See the blueprint run details",
|
"blueprintDetailsDescription": "See the blueprint run details",
|
||||||
"blueprintInfo": "Blueprint Information",
|
"blueprintInfo": "Blueprint Information",
|
||||||
"message": "Message",
|
"message": "Message",
|
||||||
"blueprintNameDescription": "This is the display name for the blueprint.",
|
|
||||||
"blueprintContentsDescription": "Define the YAML content describing your infrastructure",
|
"blueprintContentsDescription": "Define the YAML content describing your infrastructure",
|
||||||
"blueprintErrorCreateDescription": "An error occurred when applying the blueprint",
|
"blueprintErrorCreateDescription": "An error occurred when applying the blueprint",
|
||||||
"blueprintErrorCreate": "Error creating blueprint",
|
"blueprintErrorCreate": "Error creating blueprint",
|
||||||
|
|||||||
@@ -153,9 +153,6 @@ export default function BlueprintDetailsForm({
|
|||||||
render={({ field }) => (
|
render={({ field }) => (
|
||||||
<FormItem>
|
<FormItem>
|
||||||
<FormLabel>{t("name")}</FormLabel>
|
<FormLabel>{t("name")}</FormLabel>
|
||||||
<FormDescription>
|
|
||||||
{t("blueprintNameDescription")}
|
|
||||||
</FormDescription>
|
|
||||||
<FormControl>
|
<FormControl>
|
||||||
<Input {...field} />
|
<Input {...field} />
|
||||||
</FormControl>
|
</FormControl>
|
||||||
|
|||||||
Reference in New Issue
Block a user