Skip to content

Commit 00a5d01

Browse files
author
Fawad Khaliq
committed
add domain display name field
1 parent d0cd345 commit 00a5d01

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

plugin/driver/pg_helper.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -153,6 +153,7 @@ func DomainCreate(domainID string) {
153153
"` + domainID + `": {
154154
"enable": "True",
155155
"context": "` + domainID + `",
156+
"vd_display_name": "` + domainID + `",
156157
"domains": {}, "rules": {}}}}`)
157158
RestCall("PUT", url, data)
158159

0 commit comments

Comments
 (0)