mirror of
https://github.com/usestrix/strix.git
synced 2026-08-19 01:55:46 +02:00
Add surfaces to the empty-state and agents CTAs
This commit is contained in:
+2
-2
File diff suppressed because one or more lines are too long
@@ -6,7 +6,7 @@
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||
<meta name="color-scheme" content="dark" />
|
||||
<title>Strix Results</title>
|
||||
<script type="module" crossorigin src="./assets/index-ApSY-bBm.js"></script>
|
||||
<script type="module" crossorigin src="./assets/index-DMIqFbyp.js"></script>
|
||||
<link rel="stylesheet" crossorigin href="./assets/index-Cldwq1Im.css">
|
||||
</head>
|
||||
<body>
|
||||
|
||||
@@ -520,6 +520,7 @@ function FindingsList({
|
||||
label="Attack surface monitoring"
|
||||
desc="Continuous coverage for your whole org."
|
||||
slug="asm"
|
||||
surface="empty_state"
|
||||
icon={Radar}
|
||||
/>
|
||||
</div>
|
||||
@@ -738,12 +739,14 @@ function AgentsTab({ run }: { run: LoadedRun }) {
|
||||
label="Steer agents from the web"
|
||||
desc="Guide the agents live while they scan."
|
||||
slug="live_scan_prompt"
|
||||
surface="agents"
|
||||
icon={Radio}
|
||||
/>
|
||||
<ProInlineCta
|
||||
label="Re-run in Strix Cloud with more depth"
|
||||
desc="Run this scan on managed infra with more depth."
|
||||
slug="live_scan"
|
||||
surface="agents"
|
||||
icon={Rocket}
|
||||
/>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user