Skip to content

Commit da10df7

Browse files
committed
Regression from Commit: f766a9e Re-commit CLOUDSTACK-2413 - Display the Name of compute offering in dialog box Change Service Offering (was Description field before)
Signed-off-by: Milamber <[email protected]>
1 parent 903d0c0 commit da10df7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

‎ui/scripts/instances.js‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1326,7 +1326,7 @@
13261326
$(serviceofferings).each(function() {
13271327
items.push({
13281328
id: this.id,
1329-
description: this.displaytext
1329+
description: this.name
13301330
});
13311331
});
13321332
args.response.success({

0 commit comments

Comments
 (0)