<form> <row> <panel id="panel1"> <table id="table1"> <title>Files Received</title> <search> <query>index=xyz sourcetype=abc | table column1, column2, column3"</query> <earliest>-24h</earliest> <latest>now</latest> <refresh>10m</refresh> </table> </panel> </row> <row> <panel depends="$alwaysHideCSS$"> <html> <style> #table1 .table th, .table td{ background-color: #000080 !important; border-color: #ffffff ; border-style: groove; border-width: 1px; } #table2 .table th, .table tr{ background-color: #808080 !important; border-color: #ffffff ; border-style: groove; border-width: 1px; } #panel1.dashboard-panel, #panel1 .dashboard-panel { background: #000080 !important; } </style> </html> </panel> </row> </form>
... View more