mirror of
https://github.com/outbackdingo/cozystack.git
synced 2026-01-27 10:18:39 +00:00
[dashboard] fix: showing secrets with empty values
Signed-off-by: Andrei Kvapil <kvapss@gmail.com>
This commit is contained in:
@@ -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 + "']['']}",
|
||||
},
|
||||
},
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user