mirror of
https://github.com/apache/cloudstack.git
synced 2025-10-26 08:42:29 +01:00
Regression from Commit: f766a9e58dddfd70c2edc25e018b679a101a1eec 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
3467c99e73
commit
08440668eb
@ -1314,7 +1314,7 @@
|
||||
$(serviceofferings).each(function() {
|
||||
items.push({
|
||||
id: this.id,
|
||||
description: this.displaytext
|
||||
description: this.name
|
||||
});
|
||||
});
|
||||
args.response.success({
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user