admin/monitoring: pause button position consistent with logs page

Massimo Melina committed Feb 23, 2024 at 15:07 UTC 98739b695d23d3ccd45cb6dc1b4c9067ae2a9ba8
1 file changed +1 -3
admin/src/MonitorPage.ts
+1 -3
@@ -112,14 +112,12 @@ function Connections() {
112 onChange: v => state.monitorOnlyFiles = v,
113 options: { "Show only files": true, "Show all connections": false }
114 }),
115 -
116 - h(Box, { flex: 1 }),
117 - pauseButton,
115 ),
116 h(DataTable, {
117 error,
118 rows,
119 noRows: monitorOnlyFiles && "No downloads at the moment",
120 + addToFooter: pauseButton,
121 columns: [
122 {
123 field: 'ip',