Spaces:
Running on CPU Upgrade
Running on CPU Upgrade
Update frontend/src/pages/SupportEngineerPanel.jsx
Browse files
frontend/src/pages/SupportEngineerPanel.jsx
CHANGED
|
@@ -653,7 +653,7 @@ export const SupportEngineerPanel = () => {
|
|
| 653 |
onClick={openActiveScansModal}
|
| 654 |
className="w-full bg-surface-container border border-outline-variant text-primary py-2.5 rounded-xl text-[13px] font-bold hover:bg-primary/10 hover:border-primary/30 cursor-pointer transition-colors flex items-center justify-center gap-2 shadow-2xs"
|
| 655 |
>
|
| 656 |
-
<
|
| 657 |
Inspect Active Scans
|
| 658 |
</button>
|
| 659 |
</div>
|
|
|
|
| 653 |
onClick={openActiveScansModal}
|
| 654 |
className="w-full bg-surface-container border border-outline-variant text-primary py-2.5 rounded-xl text-[13px] font-bold hover:bg-primary/10 hover:border-primary/30 cursor-pointer transition-colors flex items-center justify-center gap-2 shadow-2xs"
|
| 655 |
>
|
| 656 |
+
<Eye className="w-4 h-4 text-primary" />
|
| 657 |
Inspect Active Scans
|
| 658 |
</button>
|
| 659 |
</div>
|