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.
2 parents de024c0 + 00a5d01 commit 768781cCopy full SHA for 768781c
1 file changed
plugin/driver/pg_helper.go
@@ -153,6 +153,7 @@ func DomainCreate(domainID string) {
153
"` + domainID + `": {
154
"enable": "True",
155
"context": "` + domainID + `",
156
+ "vd_display_name": "` + domainID + `",
157
"domains": {}, "rules": {}}}}`)
158
RestCall("PUT", url, data)
159
0 commit comments