We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 378c835 commit b58827dCopy full SHA for b58827d
caracal/flow/screens/enterprise_flow.py
@@ -600,7 +600,7 @@ def disconnect_license(self) -> None:
600
info = self.validator.get_license_info()
601
602
warning_panel = Panel(
603
- f"[bold {Colors.WARNING}]Disconnect Enterprise License[/bold]\n\n"
+ f"[bold {Colors.WARNING}]Disconnect Enterprise License[/]\n\n"
604
f"This will remove the enterprise license from this workspace.\n\n"
605
f"[bold]Current license:[/]\n"
606
f" Key: {info.get('license_key', 'N/A')}\n"
0 commit comments