The openstack_dashboard.dashboards.project.images.views ModuleΒΆ
Views for managing Images and Snapshots.
-
class
openstack_dashboard.dashboards.project.images.views.AngularIndexView(**kwargs)[source] Bases:
django.views.generic.base.TemplateView-
template_name= 'angular.html'
-
-
class
openstack_dashboard.dashboards.project.images.views.IndexView(*args, **kwargs)[source] Bases:
horizon.tables.views.DataTableView-
get_data()[source]
-
has_more_data(table)[source]
-
has_prev_data(table)[source]
-
page_title= <django.utils.functional.__proxy__ object>
-
table_class alias of
ImagesTable
-
template_name= 'project/images/index.html'
-