changed vmware host credential label to read vCenter Host

This commit is contained in:
Jared Tabor
2014-08-08 11:00:39 -04:00
parent 0e9b1fa9e1
commit affa675819
2 changed files with 3 additions and 1 deletions

View File

@@ -146,7 +146,7 @@ angular.module('CredentialFormDefinition', [])
apiField: 'passwowrd'
},
"host": {
label: 'Host',
labelBind: 'hostLabel',
type: 'text',
ngShow: "kind.value == 'vmware'",
autocomplete: false,