mirror of
https://github.com/praveentcom/openproxy.git
synced 2026-09-24 10:31:02 +02:00
chore: lint fix
This commit is contained in:
@@ -106,11 +106,7 @@ export default function Dashboard() {
|
|||||||
<option value={168}>Last 7 Days</option>
|
<option value={168}>Last 7 Days</option>
|
||||||
</select>
|
</select>
|
||||||
<label style={styles.checkboxLabel}>
|
<label style={styles.checkboxLabel}>
|
||||||
<input
|
<input type="checkbox" checked={autoRefresh} onChange={(e) => setAutoRefresh(e.target.checked)} />
|
||||||
type="checkbox"
|
|
||||||
checked={autoRefresh}
|
|
||||||
onChange={(e) => setAutoRefresh(e.target.checked)}
|
|
||||||
/>
|
|
||||||
Auto-refresh (30s)
|
Auto-refresh (30s)
|
||||||
</label>
|
</label>
|
||||||
<button onClick={fetchMetrics} style={styles.refreshButton}>
|
<button onClick={fetchMetrics} style={styles.refreshButton}>
|
||||||
|
|||||||
Reference in New Issue
Block a user