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:
parent
5f28a7bf9b
commit
333c7cd796
@ -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"]
|
||||
});
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user