mirror of https://github.com/apache/cloudstack.git
Regression from Commit: f766a9e58d Re-commit CLOUDSTACK-2413 - Display the Name of compute offering in dialog box Change Service Offering (was Description field before)
Signed-off-by: Milamber <milamber@apache.org>
This commit is contained in:
parent
903d0c0920
commit
da10df78e4
|
|
@ -1326,7 +1326,7 @@
|
|||
$(serviceofferings).each(function() {
|
||||
items.push({
|
||||
id: this.id,
|
||||
description: this.displaytext
|
||||
description: this.name
|
||||
});
|
||||
});
|
||||
args.response.success({
|
||||
|
|
|
|||
Loading…
Reference in New Issue