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