mirror of
https://github.com/usestrix/strix.git
synced 2026-08-22 19:09:37 +02:00
refactor: redesign finished dialogs and UI elements
This commit is contained in:
@@ -19,7 +19,8 @@ class ScanStartInfoRenderer(BaseToolRenderer):
|
||||
targets = args.get("targets", [])
|
||||
|
||||
text = Text()
|
||||
text.append("🚀 Starting penetration test")
|
||||
text.append("◈ ", style="#22c55e")
|
||||
text.append("Starting penetration test")
|
||||
|
||||
if len(targets) == 1:
|
||||
text.append(" on ")
|
||||
|
||||
Reference in New Issue
Block a user