We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 29f01f6 commit a0c11d6Copy full SHA for a0c11d6
api/bean/AppView.go
@@ -121,7 +121,7 @@ type AppDetailContainer struct {
121
Environments []Environment `json:"otherEnvironment,omitempty"`
122
LinkOuts []LinkOuts `json:"linkOuts,omitempty"`
123
ResourceTree map[string]interface{} `json:"resourceTree,omitempty"`
124
- Notes string `json:"Notes,omitempty"`
+ Notes string `json:"gitOpsNotes,omitempty"`
125
}
126
127
type Environment struct {
0 commit comments