Use initial maps for supported network and volume drivers

Change-Id: I03e934082261a64679e1ebba0ed742e0d26fc206
This commit is contained in:
Shu Muto 2018-10-02 13:15:54 +09:00
parent 80e75cb8b0
commit a3bf615ca3
1 changed files with 2 additions and 10 deletions

View File

@ -331,11 +331,7 @@
{
key: 'volume_driver',
type: 'select',
titleMap: [
{value: '', name: gettext('Choose a Volume Driver')},
{value: 'cinder', name: gettext('Cinder')},
{value: 'rexray', name: gettext('Rexray')}
]
titleMap: supportedVolumeDrivers.initial
}
]
},
@ -393,11 +389,7 @@
{
key: 'network_driver',
type: 'select',
titleMap: [
{value: "", name: gettext("Choose a Network Driver")},
{value: "docker", name: gettext("Docker")},
{value: "flannel", name: gettext("Flannel")}
]
titleMap: supportedNetworkDrivers.initial
},
{
key: 'http_proxy'