Skip to content

Commit

Permalink
chore: thanks copilot
Browse files Browse the repository at this point in the history
  • Loading branch information
tautcony committed Apr 2, 2024
1 parent b8915d6 commit 7f0ce70
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup/dashboard/ws/src/widgets/bw_tables.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ export async function bwTables(iface: string, page: "h"|"d"|"m"|"t") {
return ReactDOMServer.renderToString(
<div className="col-sm-12" style={{ paddingLeft: 0, paddingRight: 0 }}>
<div className="table-responsive">
{writeSummary(vnstatData)} {/* Assuming you have a corresponding React component for write_summary */}
{writeSummary(vnstatData)}
</div>
<div className="col-sm-12" style={{ paddingLeft: 0, paddingRight: 0 }}>
<div className="table-responsive">{renderDataTable()}</div>
Expand Down

0 comments on commit 7f0ce70

Please sign in to comment.