horizon-mellanox/mellanox_dashboard/aboutpanel/views.py

11 lines
288 B
Python

from horizon import views
class IndexView(views.APIView):
# A very simple class-based view...
template_name = 'mellanox_dashboard/aboutpanel/index.html'
def get_data(self, request, context, *args, **kwargs):
# Add data to the context here...
return context