[dashboard] fix: showing secrets with empty values

Signed-off-by: Andrei Kvapil <kvapss@gmail.com>
This commit is contained in:
Andrei Kvapil
2025-09-30 19:01:29 +02:00
parent 7c1e103197
commit 82926a8b2a

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 + "']['']}",
},
},
},