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:
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] },
|
||||
|
Loading…
x
Reference in New Issue
Block a user