Secret Views
This module contains views to implement the React.
Secret list view in the Smarter Dashboard.
- class smarter.apps.secret.views.listview.view.SecretListView(**kwargs)[source]
Bases:
SmarterAuthenticatedNeverCachedWebViewRender the secret list view for the Smarter Workbench web console.
This view displays all secrets available to the authenticated user as cards, providing a quick overview and access to secret details.
- Parameters:
- Returns:
Rendered HTML page with a card for each secret, or a 404 error page if the user is not authenticated.
- Return type:
HttpResponse
- property formatted_class_name: str
Returns a formatted string of the class name for logging purposes.