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 0x7f9f3f6d63d0>)])
declared_fields = OrderedDict([('status', <horizon.forms.fields.ThemableChoiceField object at 0x7f9f3f6d63d0>)])
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 Module

Next topic

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

Project Source

This Page