larxius commited on
Commit
3f34eb4
·
verified ·
1 Parent(s): 7c4352f

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-error py-2 rounded-lg text-[13px] font-bold hover:bg-error/10 hover:border-error/30 cursor-pointer transition-colors flex items-center justify-center gap-xs">
1279
- <span className="material-symbols-outlined text-[16px]">stop_circle</span> Inspect Active Scans {!isSupportEngineer && '(Kill Switch)'}
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