castellan_ui.content.opaque_data.views
Module¶castellan_ui.content.opaque_data.views.
DetailView
(**kwargs)[source]Bases: horizon.views.HorizonTemplateView
get_context_data
(**kwargs)[source]Gets the context data for key.
page_title
= u'Opaque Data Details'template_name
= 'opaque_data_detail.html'castellan_ui.content.opaque_data.views.
ImportView
(*args, **kwargs)[source]Bases: horizon.forms.views.ModalFormView
form_class
alias of castellan_ui.content.opaque_data.forms.ImportOpaqueData
get_object_id
(key_uuid)[source]Returns the ID of the created object.
For dynamic insertion of resources created in modals,
this method returns the id of the created object.
Defaults to returning the id
attribute.
page_title
= u'Import Opaque Data'submit_label
= u'Import Opaque Data'submit_url
= u'/project/opaque_data/import/'success_url
= u'/project/opaque_data/'template_name
= 'opaque_data_import.html'castellan_ui.content.opaque_data.views.
IndexView
(*args, **kwargs)[source]Bases: horizon.tables.views.MultiTableView
get_opaque_data_data
()[source]table_classes
= [<class 'castellan_ui.content.opaque_data.tables.OpaqueDataTable'>]template_name
= 'opaque_data.html'castellan_ui.content.opaque_data.views.
download_key
(request, object_id)[source]Except where otherwise noted, this document is licensed under Creative Commons Attribution 3.0 License. See all OpenStack Legal Documents.