route 53 gdns new param typo zone -> zoneType

rancher/rancher#19425
This commit is contained in:
Westly Wright 2019-05-01 15:39:52 -07:00
parent 34bb345164
commit cbb80d6416
No known key found for this signature in database
GPG Key ID: 4FAB3D8673DC54A3
1 changed files with 1 additions and 1 deletions

View File

@ -84,7 +84,7 @@
id="route53-zone" id="route53-zone"
placeholder=(t "globalDnsPage.providersPage.config.zone.placeholder") placeholder=(t "globalDnsPage.providersPage.config.zone.placeholder")
type="text" type="text"
value=config.route53ProviderConfig.zone value=config.route53ProviderConfig.zoneType
}} }}
</div> </div>
</div> </div>