Skip to content

Commit

Permalink
B #5291 Solved bug VM Instances error in order by ID (#422)
Browse files Browse the repository at this point in the history
  • Loading branch information
Abel Coronado authored and tinova committed Jul 28, 2017
1 parent 784bbc0 commit 427322e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/sunstone/public/app/tabs/vms-tab/datatable.js
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ define(function(require) {
"bDeferRender": true,
"aoColumnDefs": [
{"sType": "ip-address", "aTargets": [0]},
{"sType": "num", "aTargets": [1]},
{"bSortable": false, "aTargets": ["check", 6, 7, 11]},
{"sWidth": "35px", "aTargets": [0]},
{"bVisible": true, "aTargets": SunstoneConfig.tabTableColumns(TAB_NAME)},
Expand Down

0 comments on commit 427322e

Please sign in to comment.