)]}'
{"openstack_dashboard/dashboards/project/static/dashboard/project/workflow/launch-instance/flavor/flavor.controller.js":[{"author":{"_account_id":14124,"name":"Matt Borland","email":"matt.borland@hpe.com","username":"mborland"},"change_message_id":"b0284eab5c3517e8880d87a6f9f5ba6bc463f597","unresolved":false,"context_lines":[{"line_number":115,"context_line":"      maxAllocation: 1"},{"line_number":116,"context_line":"    };"},{"line_number":117,"context_line":""},{"line_number":118,"context_line":"    settings.getSetting(\u0027CREATE_INSTANCE_FLAVOR_SORT\u0027).then(handleFlavorSort);"},{"line_number":119,"context_line":""},{"line_number":120,"context_line":"    // Flavor facades and the new instance chart depend on nova limit data"},{"line_number":121,"context_line":"    var novaLimitsWatcher \u003d $scope.$watch(function () {"}],"source_content_type":"text/javascript","patch_set":3,"id":"7aa08908_73344449","line":118,"range":{"start_line":118,"start_character":25,"end_line":118,"end_character":52},"updated":"2016-06-08 15:54:09.000000000","message":"Note, this setting will not be present unless you add CREATE_INSTANCE_FLAVOR_SORT to REST_API_REQUIRED_SETTINGS in your local_settings.py as described by Rob\u0027s .example file in this patch.\n\nThe effect will be what Kenji ran into, which is that the items are retrieved in the correct order, but then are re-sorted as before due to the client-side ordering.","commit_id":"37ee7f4558920691270c269f8b09ea516cbe68b2"}],"openstack_dashboard/dashboards/project/static/dashboard/project/workflow/launch-instance/flavor/flavor.html":[{"author":{"_account_id":14124,"name":"Matt Borland","email":"matt.borland@hpe.com","username":"mborland"},"change_message_id":"4d68f54f0fd30ee1cc40f84fc4a6786eb5fbbb48","unresolved":false,"context_lines":[{"line_number":138,"context_line":"    \u003cthead\u003e"},{"line_number":139,"context_line":"      \u003ctr ng-if\u003d\"selectFlavorCtrl.allowManualSort\"\u003e"},{"line_number":140,"context_line":"        \u003cth class\u003d\"expander\"\u003e\u003c/th\u003e"},{"line_number":141,"context_line":"        \u003cth st-sort\u003d\"name\" class\u003d\"rsp-p1\" translate\u003eName\u003c/th\u003e"},{"line_number":142,"context_line":"        \u003cth st-sort\u003d\"vcpus\" class\u003d\"rsp-p1\" translate\u003eVCPUS\u003c/th\u003e"},{"line_number":143,"context_line":"        \u003cth st-sort-default st-sort\u003d\"ram\" class\u003d\"rsp-p1\" translate\u003eRAM\u003c/th\u003e"},{"line_number":144,"context_line":"        \u003cth st-sort\u003d\"totalDisk\" class\u003d\"rsp-p1\" translate\u003eTotal Disk\u003c/th\u003e"}],"source_content_type":"text/html","patch_set":2,"id":"7aa08908_09936850","line":141,"range":{"start_line":141,"start_character":12,"end_line":141,"end_character":26},"updated":"2016-06-07 14:38:01.000000000","message":"instead of two \u003ctr\u003e blocks, you could possibly use ngAttr to provide (or not) values to st-sort.","commit_id":"781d3c6342b05384cdc26f353398a8ecee10341c"},{"author":{"_account_id":12826,"name":"Rob Cresswell","display_name":"robcresswell","email":"robert.cresswell@outlook.com","username":"rob-cresswell"},"change_message_id":"b7dad018172669d112d677d95e76b947a04e1016","unresolved":false,"context_lines":[{"line_number":138,"context_line":"    \u003cthead\u003e"},{"line_number":139,"context_line":"      \u003ctr ng-if\u003d\"selectFlavorCtrl.allowManualSort\"\u003e"},{"line_number":140,"context_line":"        \u003cth class\u003d\"expander\"\u003e\u003c/th\u003e"},{"line_number":141,"context_line":"        \u003cth st-sort\u003d\"name\" class\u003d\"rsp-p1\" translate\u003eName\u003c/th\u003e"},{"line_number":142,"context_line":"        \u003cth st-sort\u003d\"vcpus\" class\u003d\"rsp-p1\" translate\u003eVCPUS\u003c/th\u003e"},{"line_number":143,"context_line":"        \u003cth st-sort-default st-sort\u003d\"ram\" class\u003d\"rsp-p1\" translate\u003eRAM\u003c/th\u003e"},{"line_number":144,"context_line":"        \u003cth st-sort\u003d\"totalDisk\" class\u003d\"rsp-p1\" translate\u003eTotal Disk\u003c/th\u003e"}],"source_content_type":"text/html","patch_set":2,"id":"7aa08908_86154541","line":141,"range":{"start_line":141,"start_character":12,"end_line":141,"end_character":26},"in_reply_to":"7aa08908_09936850","updated":"2016-06-08 11:01:18.000000000","message":"I looked into it, but the solution I came up with ended up looking more obscure. I agree, its not ideal to handle it this way, but I\u0027m not sure there is a cleaner way in the current design.","commit_id":"781d3c6342b05384cdc26f353398a8ecee10341c"},{"author":{"_account_id":14124,"name":"Matt Borland","email":"matt.borland@hpe.com","username":"mborland"},"change_message_id":"b0284eab5c3517e8880d87a6f9f5ba6bc463f597","unresolved":false,"context_lines":[{"line_number":136,"context_line":"         st-safe-src\u003d\"selectFlavorCtrl.availableFlavorFacades\""},{"line_number":137,"context_line":"         hz-table class\u003d\"table table-striped table-rsp table-detail\"\u003e"},{"line_number":138,"context_line":"    \u003cthead\u003e"},{"line_number":139,"context_line":"\t\t\t\u003ctr ng-if\u003d\"selectFlavorCtrl.allowManualSort\"\u003e"},{"line_number":140,"context_line":"        \u003cth class\u003d\"expander\"\u003e\u003c/th\u003e"},{"line_number":141,"context_line":"        \u003cth st-sort\u003d\"name\" class\u003d\"rsp-p1\" translate\u003eName\u003c/th\u003e"},{"line_number":142,"context_line":"        \u003cth st-sort\u003d\"vcpus\" class\u003d\"rsp-p1\" translate\u003eVCPUS\u003c/th\u003e"}],"source_content_type":"text/html","patch_set":3,"id":"7aa08908_b3298ce8","line":139,"range":{"start_line":139,"start_character":0,"end_line":139,"end_character":3},"updated":"2016-06-08 15:54:09.000000000","message":"Remove tabs, use spaces","commit_id":"37ee7f4558920691270c269f8b09ea516cbe68b2"}]}
