1
0
mirror of https://github.com/OpenNebula/one.git synced 2025-03-22 18:50:08 +03:00

Solved bug custom host information (#405)

This commit is contained in:
Abel Coronado 2017-07-19 10:59:58 +02:00 committed by Tino Vázquez
parent a2ad9662a7
commit 6c78166369

View File

@ -78,7 +78,7 @@ define(function(require) {
$.each(Config.onedConf.IM_MAD, function(index, imMad) {
if (imMad.SUNSTONE_NAME !== undefined) {
that.imMadNameList.push({
'displayNme': imMad["SUNSTONE_NAME"],
'displayName': imMad["SUNSTONE_NAME"],
'driverName': imMad["NAME"]
});
}