mirror of
https://github.com/bunkerity/bunkerweb
synced 2026-05-24 09:28:37 +00:00
higher reports table width
This commit is contained in:
parent
497449152b
commit
ae2fe62cf3
3 changed files with 3 additions and 3 deletions
|
|
@ -50,7 +50,7 @@ const builder = [
|
|||
type: "Table",
|
||||
data: {
|
||||
title: "reports_table_title",
|
||||
minWidth: "lg",
|
||||
minWidth: "xl",
|
||||
header: [
|
||||
"reports_table_date",
|
||||
"reports_table_ip",
|
||||
|
|
|
|||
|
|
@ -17,7 +17,7 @@
|
|||
"type": "Table",
|
||||
"data": {
|
||||
"title": "reports_table_title",
|
||||
"minWidth": "lg",
|
||||
"minWidth": "xl",
|
||||
"header": [
|
||||
"reports_table_date",
|
||||
"reports_table_ip",
|
||||
|
|
|
|||
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Reference in a new issue