Merge "Fix Volume Snapshot tab pagination"
This commit is contained in:
@@ -32,7 +32,7 @@ from openstack_dashboard.dashboards.project.snapshots \
|
||||
import views
|
||||
|
||||
|
||||
class SnapshotsView(tables.DataTableView, tables.PagedTableMixin):
|
||||
class SnapshotsView(tables.PagedTableMixin, tables.DataTableView):
|
||||
table_class = vol_snapshot_tables.VolumeSnapshotsTable
|
||||
page_title = _("Volume Snapshots")
|
||||
|
||||
|
@@ -30,7 +30,7 @@ from openstack_dashboard.dashboards.project.snapshots \
|
||||
import tabs as vol_snapshot_tabs
|
||||
|
||||
|
||||
class SnapshotsView(tables.DataTableView, tables.PagedTableMixin):
|
||||
class SnapshotsView(tables.PagedTableMixin, tables.DataTableView):
|
||||
table_class = vol_snapshot_tables.VolumeSnapshotsTable
|
||||
page_title = _("Volume Snapshots")
|
||||
|
||||
|
Reference in New Issue
Block a user