mirror of
https://github.com/OpenNebula/one.git
synced 2025-01-08 21:17:43 +03:00
Remove oLanguage from default data table conf, since some tables are not working correctly(cherry picked from commit 5025c8f7da
)
This commit is contained in:
parent
7d128316f5
commit
a424e92886
@ -2,11 +2,9 @@
|
||||
$.extend( true, $.fn.dataTable.defaults, {
|
||||
"sDom": "<'H'>t<'row'<'eight columns'li><'four columns'p>>",
|
||||
"sPaginationType": "foundation",
|
||||
"oLanguage": (datatable_lang != "") ?
|
||||
{
|
||||
sUrl: "locale/"+lang+"/"+datatable_lang,
|
||||
|
||||
} : "",
|
||||
"oLanguage": {
|
||||
"sLengthMenu": '<select><option value="10">10</option><option value="25">25</option><option value="50">50</option><option value="100">100</option></select>  '
|
||||
}
|
||||
|
||||
} );
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user