Fix format of text field
This commit is contained in:
parent
de41730dad
commit
cd87d00d73
1 changed files with 12 additions and 11 deletions
|
@ -40,21 +40,22 @@
|
||||||
:build-cpu-request \"1500m\",
|
:build-cpu-request \"1500m\",
|
||||||
:build-cpu-limit \"3000m\",
|
:build-cpu-limit \"3000m\",
|
||||||
:build-memory-request \"512Mi\",
|
:build-memory-request \"512Mi\",
|
||||||
:build-memory-limit \"1024Mi\"}]}"
|
:build-memory-limit \"1024Mi\"}] }"
|
||||||
"16")))
|
"16"))
|
||||||
(br/generate-group
|
(br/generate-group
|
||||||
"credentials"
|
"credentials"
|
||||||
(br/generate-text-area
|
(br/generate-text-area
|
||||||
"auth" "Your authentication data for each website or git repo:"
|
"auth" "Your authentication data for each website or git repo:"
|
||||||
"{:mon-auth {:grafana-cloud-user \"your-user-id\"
|
"{:mon-auth
|
||||||
:grafana-cloud-password \"your-cloud-password\"}
|
{:grafana-cloud-user \"your-user-id\"
|
||||||
:auth
|
:grafana-cloud-password \"your-cloud-password\"}
|
||||||
[{:unique-name \"test.io\",
|
:auth
|
||||||
:username \"someuser\",
|
[{:unique-name \"test.io\",
|
||||||
:authtoken \"abedjgbasdodj\"}
|
:username \"someuser\",
|
||||||
{:unique-name \"example.io\",
|
:authtoken \"abedjgbasdodj\"}
|
||||||
:username \"someuser\",
|
{:unique-name \"example.io\",
|
||||||
:authtoken \"abedjgbasdodj\"}]}"
|
:username \"someuser\",
|
||||||
|
:authtoken \"abedjgbasdodj\"}]}"
|
||||||
"7"))
|
"7"))
|
||||||
[(br/generate-br)]
|
[(br/generate-br)]
|
||||||
(br/generate-button "generate-button" "Generate c4k yaml")))]
|
(br/generate-button "generate-button" "Generate c4k yaml")))]
|
||||||
|
|
Loading…
Reference in a new issue