1
0
mirror of https://github.com/OpenNebula/one.git synced 2025-03-21 14:50:08 +03:00

Remove auto width for user columns

This commit is contained in:
Daniel Molina 2014-05-08 12:58:30 +02:00
parent 4b98dd7a06
commit a43330d25e

@ -882,6 +882,7 @@ $(document).ready(function(){
//if we are not oneadmin, our tab will not even be in the DOM.
dataTable_users = $("#datatable_users",main_tabs_context).dataTable({
"bSortClasses": false,
"bAutoWidth": false,
"bDeferRender": true,
"aoColumnDefs": [
{ "bSortable": false, "aTargets": ["check",5,6,7] },