mirror of
https://github.com/chillpadclub/bedolaga-cabinet.git
synced 2026-07-28 17:43:47 +00:00
feat: add 1d and 3d period filters for node usage
This commit is contained in:
@@ -1208,7 +1208,7 @@ export default function AdminUserDetail() {
|
||||
</span>
|
||||
<div className="flex items-center gap-2">
|
||||
<div className="flex gap-1">
|
||||
{[7, 14, 30].map((d) => (
|
||||
{[1, 3, 7, 14, 30].map((d) => (
|
||||
<button
|
||||
key={d}
|
||||
onClick={() => setNodeUsageDays(d)}
|
||||
|
||||
Reference in New Issue
Block a user