- In Kimchi host tab, if variables are found in the repo name this
patch will actually display the repo name with the variables expanded
to real values. Such values will not be displayed in the edit fields
because that must follow the real config files.
Signed-off-by: Jose Ricardo Ziviani <joserz(a)linux.vnet.ibm.com>
---
ui/js/src/kimchi.host.js | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/ui/js/src/kimchi.host.js b/ui/js/src/kimchi.host.js
index b75b9e4..a85d74f 100644
--- a/ui/js/src/kimchi.host.js
+++ b/ui/js/src/kimchi.host.js
@@ -33,7 +33,7 @@ kimchi.host_main = function() {
label: i18n['KCHREPO6004M'],
'class': 'repository-id'
}, {
- name: 'config[repo_name]',
+ name: 'config[display_repo_name]',
label: i18n['KCHREPO6005M'],
'class': 'repository-name'
}, {
--
1.9.1