Compare commits

...
Sign in to create a new pull request.

1 commit

Author SHA1 Message Date
Andrei Kvapil
d7d2af7395
[dashboard] fix: showing secrets with empty values
Signed-off-by: Andrei Kvapil <kvapss@gmail.com>
2025-09-30 19:01:29 +02:00

View file

@ -972,7 +972,7 @@ func createSecretBase64Column(name, jsonPath string) map[string]any {
"data": map[string]any{
"id": "example-secretbase64",
"plainTextValue": "hello",
"base64Value": "{reqsJsonPath[0]['" + jsonPath + "']['-']}",
"base64Value": "{reqsJsonPath[0]['" + jsonPath + "']['']}",
},
},
},