Spaces:
Running on CPU Upgrade
Running on CPU Upgrade
Update frontend/src/pages/SuperAdminPanel.jsx
Browse files
frontend/src/pages/SuperAdminPanel.jsx
CHANGED
|
@@ -1275,8 +1275,8 @@ const SuperAdminPanel = () => {
|
|
| 1275 |
</div>
|
| 1276 |
<div className="flex justify-between items-center text-[12.5px]"><span className="text-on-surface-variant font-semibold">Queue Size</span><span className="font-bold text-on-surface">{metrics.queue_size || 0} scans</span></div>
|
| 1277 |
</div>
|
| 1278 |
-
<button onClick={openActiveScansModal} className="w-full mt-2 bg-surface-container border border-outline-variant text-
|
| 1279 |
-
<
|
| 1280 |
</button>
|
| 1281 |
</div>
|
| 1282 |
|
|
|
|
| 1275 |
</div>
|
| 1276 |
<div className="flex justify-between items-center text-[12.5px]"><span className="text-on-surface-variant font-semibold">Queue Size</span><span className="font-bold text-on-surface">{metrics.queue_size || 0} scans</span></div>
|
| 1277 |
</div>
|
| 1278 |
+
<button onClick={openActiveScansModal} className="w-full mt-2 bg-surface-container border border-outline-variant text-primary py-2 rounded-lg text-[13px] font-bold hover:bg-primary/10 hover:border-primary/30 cursor-pointer transition-colors flex items-center justify-center gap-xs">
|
| 1279 |
+
<Eye className="w-4 h-4 text-primary mr-1" /> Inspect Active Scans
|
| 1280 |
</button>
|
| 1281 |
</div>
|
| 1282 |
|