ListView
This module contains views to implement the React.
Provider list view in the Smarter Dashboard.
- class smarter.apps.provider.views.listview.view.ProviderListView(**kwargs)[source]
Bases:
SmarterAuthenticatedNeverCachedWebViewRender the provider list view for the Smarter Workbench web console.
This view displays all providers available to the authenticated user as cards, providing a quick overview and access to provider details.
- Parameters:
- Returns:
Rendered HTML page with a card for each provider, 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.