mirror of https://github.com/jumpserver/jumpserver
rollback user_list.html
parent
e83ecb1254
commit
3201853cdf
|
@ -51,7 +51,6 @@ $(document).ready(function(){
|
||||||
url: "{% static 'js/plugins/dataTables/i18n/language_code.json' %}".replace('language_code', '{{ LANGUAGE_CODE }}')
|
url: "{% static 'js/plugins/dataTables/i18n/language_code.json' %}".replace('language_code', '{{ LANGUAGE_CODE }}')
|
||||||
},
|
},
|
||||||
order: [[ 1, 'asc' ]],
|
order: [[ 1, 'asc' ]],
|
||||||
aLengthMenu: [[3,10, 25, 50, -1], ["3","10", "25", "50", "all"]],
|
|
||||||
buttons: [
|
buttons: [
|
||||||
{extend: 'excel',
|
{extend: 'excel',
|
||||||
exportOptions: {
|
exportOptions: {
|
||||||
|
|
Loading…
Reference in New Issue