mirror of
https://github.com/fluent/fluentd-ui.git
synced 2026-05-05 19:06:12 +02:00
Fix #32 do not width calculation by DataTable
This commit is contained in:
parent
4b7137c6e3
commit
f524acb316
@ -54,6 +54,7 @@
|
||||
:javascript
|
||||
$(document).ready(function() {
|
||||
$('#env-table').dataTable({
|
||||
"autoWidth": false,
|
||||
"ordering": true,
|
||||
"paging": false,
|
||||
"info": false,
|
||||
|
||||
@ -57,6 +57,7 @@
|
||||
:javascript
|
||||
$(document).ready(function() {
|
||||
$('#plugins-table').dataTable({
|
||||
"autoWidth": false,
|
||||
"ordering": true,
|
||||
"paging": false,
|
||||
"info": false,
|
||||
|
||||
@ -31,6 +31,7 @@
|
||||
:javascript
|
||||
$(document).ready(function() {
|
||||
$('#plugins-table').dataTable({
|
||||
"autoWidth": false,
|
||||
"ordering": true,
|
||||
"paging": false,
|
||||
"info": false,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user