mirror of
https://github.com/usestrix/strix.git
synced 2026-09-11 22:51:18 +00:00
Add surfaces to the empty-state and agents CTAs
This commit is contained in:
parent
2351bf9323
commit
8264eee2f5
3 changed files with 6 additions and 3 deletions
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>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue