i think it is time to pipe or draw

main
bel 2024-04-13 19:26:37 -06:00
parent 4ac55e2eea
commit e33d1a6a4b
1 changed files with 15 additions and 2 deletions

View File

@ -23,14 +23,14 @@
<body> <body>
<h1>Report</h1> <h1>Report</h1>
<columns> <columns>
<rows style="max-width: 12.5em"> <rows style="width: 10em; flex-shrink: 0;">
<columns>filter1</columns> <columns>filter1</columns>
<columns>filter2</columns> <columns>filter2</columns>
</rows> </rows>
<rows> <rows>
<rows> <rows>
<rows> <rows>
<h2>Alert Volume by Name</h2> <h2>Event Volume by Name</h2>
<div>DRAW ME</div> <div>DRAW ME</div>
</rows> </rows>
<columns> <columns>
@ -43,6 +43,19 @@
<div>DRAW ME</div> <div>DRAW ME</div>
</rows> </rows>
</columns> </columns>
<rows>
<h3>by Asset</h3>
<div>DRAW ME</div>
</rows>
</rows>
<rows>
<h2>Events</h2>
<table>
<tr><th>event</th></tr>
<tr><td>LIST ME</td></tr>
<tr><td>LIST ME</td></tr>
<tr><td>LIST ME</td></tr>
</table>
</rows> </rows>
</rows> </rows>
</columns> </columns>