mirror of
https://github.com/OpenNebula/one.git
synced 2025-03-22 18:50:08 +03:00
Feature #4217: Use MARKETPLACE attr instead of retrieving the name from the ID
This commit is contained in:
parent
bbcd6c84f5
commit
04226e0cd7
@ -129,7 +129,7 @@ define(function(require) {
|
||||
OpenNebulaMarketPlaceApp.stateStr(element.STATE),
|
||||
OpenNebulaMarketPlaceApp.typeStr(element.TYPE),
|
||||
Humanize.prettyTime(element.REGTIME),
|
||||
OpenNebulaMarketPlace.getName(element.MARKETPLACE_ID),
|
||||
element.MARKETPLACE,
|
||||
(LabelsUtils.labelsStr(element[TEMPLATE_ATTR])||'')
|
||||
];
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user