The openstack_dashboard.dashboards.admin.volumes.snapshots.forms ModuleΒΆ

class openstack_dashboard.dashboards.admin.volumes.snapshots.forms.UpdateStatus(request, *args, **kwargs)[source]

Bases: horizon.forms.base.SelfHandlingForm

base_fields = OrderedDict([('status', <horizon.forms.fields.ThemableChoiceField object at 0x7fec23aa8190>)])
declared_fields = OrderedDict([('status', <horizon.forms.fields.ThemableChoiceField object at 0x7fec23aa8190>)])
handle(request, data)[source]
media
openstack_dashboard.dashboards.admin.volumes.snapshots.forms.populate_status_choices(initial, status_choices)[source]

Previous topic

The openstack_dashboard.dashboards.admin.volumes.snapshots.urls Module

Next topic

The openstack_dashboard.dashboards.admin.volumes.snapshots.tables Module

Project Source

This Page