higher reports table width

This commit is contained in:
Jordan Blasenhauer 2024-06-26 10:20:58 +02:00
parent 497449152b
commit ae2fe62cf3
3 changed files with 3 additions and 3 deletions

View file

@ -50,7 +50,7 @@ const builder = [
type: "Table",
data: {
title: "reports_table_title",
minWidth: "lg",
minWidth: "xl",
header: [
"reports_table_date",
"reports_table_ip",

View file

@ -17,7 +17,7 @@
"type": "Table",
"data": {
"title": "reports_table_title",
"minWidth": "lg",
"minWidth": "xl",
"header": [
"reports_table_date",
"reports_table_ip",

View file

@ -290,7 +290,7 @@ def reports_builder(reports, data=None):
"type": "Table",
"data": {
"title": "reports_table_title",
"minWidth": "lg",
"minWidth": "xl",
"header": [
"reports_table_date",
"reports_table_ip",