The openstack_dashboard.dashboards.admin.projects.tables ModuleΒΆ

class openstack_dashboard.dashboards.admin.projects.tables.CreateProject(attrs=None, **kwargs)[source]

Bases: horizon.tables.actions.LinkAction

CreateProject.allowed(request, project)[source]
CreateProject.base_options = {'__module__': 'openstack_dashboard.dashboards.admin.projects.tables', '__metaclass__': <class 'horizon.tables.actions.BaseActionMetaClass'>, 'update': <function update at 0x4fbba28>, 'policy_rules': (('identity', 'identity:create_project'),), 'get_link_url': <function get_link_url at 0x4fe62a8>, 'allowed': <function allowed at 0x72100c8>, 'base_options': {'__module__': 'horizon.tables.actions', '__metaclass__': <class 'horizon.tables.actions.BaseActionMetaClass'>, 'data_type_matched': <function data_type_matched at 0x4fbbc80>, 'get_default_classes': <function get_default_classes at 0x4fbb9b0>, 'update': <function update at 0x4fbba28>, 'get_policy_target': <function get_policy_target at 0x4fbbb90>, '_allowed': <function _allowed at 0x4fbbcf8>, '__repr__': <function __repr__ at 0x4fbb8c0>, 'allowed': <function allowed at 0x4fbbb18>, 'get_default_attrs': <function get_default_attrs at 0x4fbb320>, 'base_options': {...}, '__doc__': 'Common base class for all ``Action`` classes.', '__init__': <function __init__ at 0x4fbbed8>}, '__init__': <function __init__ at 0x4fe3ed8>, 'name': 'create', 'url': 'horizon:admin:projects:create', 'data_type_matched': <function data_type_matched at 0x4fbbc80>, 'get_default_classes': <function get_default_classes at 0x4fbb9b0>, 'get_policy_target': <function get_policy_target at 0x4fbbb90>, '_allowed': <function _allowed at 0x4fbbcf8>, 'classes': ('btn-launch', 'ajax-modal'), '__repr__': <function __repr__ at 0x4fbb8c0>, 'get_default_attrs': <function get_default_attrs at 0x4fbb320>, 'verbose_name': <django.utils.functional.__proxy__ object at 0x7212490>, '__doc__': 'A table action which is simply a link rather than a form POST.\n\n .. attribute:: name\n\n Required. The short name or "slug" representing this\n action. This name should not be changed at runtime.\n\n .. attribute:: verbose_name\n\n A string which will be rendered as the link text. (Required)\n\n .. attribute:: url\n\n A string or a callable which resolves to a url to be used as the link\n target. You must either define the ``url`` attribute or override\n the ``get_link_url`` method on the class.\n\n .. attribute:: allowed_data_types\n\n A list that contains the allowed data types of the action. If the\n datum\'s type is in this list, the action will be shown on the row\n for the datum.\n\n Defaults to be an empty list (``[]``). When set to empty, the action\n will accept any kind of data.\n '}
CreateProject.classes = ('btn-launch', 'ajax-modal')
CreateProject.name = 'create'
CreateProject.policy_rules = (('identity', 'identity:create_project'),)
CreateProject.url = 'horizon:admin:projects:create'
CreateProject.verbose_name = <django.utils.functional.__proxy__ object at 0x7212490>
class openstack_dashboard.dashboards.admin.projects.tables.DeleteTenantsAction(**kwargs)[source]

Bases: horizon.tables.actions.DeleteAction

DeleteTenantsAction.allowed(request, project)[source]
DeleteTenantsAction.base_options = {'__module__': 'openstack_dashboard.dashboards.admin.projects.tables', '__metaclass__': <class 'horizon.tables.actions.BaseActionMetaClass'>, 'data_type_singular': <django.utils.functional.__proxy__ object at 0x72126d0>, 'update': <function update at 0x4fe69b0>, 'policy_rules': (('identity', 'identity:delete_project'),), 'get_success_url': <function get_success_url at 0x4fe6a28>, 'get_param_name': <function get_param_name at 0x4fbb758>, 'allowed': <function allowed at 0x7210230>, 'handle': <function handle at 0x4fe6aa0>, 'base_options': {'__module__': 'horizon.tables.actions', '__metaclass__': <class 'horizon.tables.actions.BaseActionMetaClass'>, 'data_type_matched': <function data_type_matched at 0x4fbbc80>, 'get_default_classes': <function get_default_classes at 0x4fbb9b0>, 'update': <function update at 0x4fbba28>, 'get_policy_target': <function get_policy_target at 0x4fbbb90>, '_allowed': <function _allowed at 0x4fbbcf8>, '__repr__': <function __repr__ at 0x4fbb8c0>, 'allowed': <function allowed at 0x4fbbb18>, 'get_default_attrs': <function get_default_attrs at 0x4fbb320>, 'base_options': {...}, '__doc__': 'Common base class for all ``Action`` classes.', '__init__': <function __init__ at 0x4fbbed8>}, '__init__': <function __init__ at 0x4fe6b18>, 'name': 'delete', 'data_type_plural': <django.utils.functional.__proxy__ object at 0x7212790>, 'data_type_matched': <function data_type_matched at 0x4fbbc80>, 'get_default_classes': <function get_default_classes at 0x4fe6c80>, 'get_policy_target': <function get_policy_target at 0x4fbbb90>, '_allowed': <function _allowed at 0x4fe6848>, '_get_action_name': <function _get_action_name at 0x4fe68c0>, '__repr__': <function __repr__ at 0x4fbb8c0>, 'action': <function action at 0x4fe6b90>, 'get_default_attrs': <function get_default_attrs at 0x4fbb320>, '__doc__': 'Doc missing.', 'delete': <function delete at 0x72102a8>}
DeleteTenantsAction.data_type_plural = <django.utils.functional.__proxy__ object at 0x7212790>
DeleteTenantsAction.data_type_singular = <django.utils.functional.__proxy__ object at 0x72126d0>
DeleteTenantsAction.delete(request, obj_id)[source]
DeleteTenantsAction.policy_rules = (('identity', 'identity:delete_project'),)
class openstack_dashboard.dashboards.admin.projects.tables.ModifyQuotas(attrs=None, **kwargs)[source]

Bases: horizon.tables.actions.LinkAction

ModifyQuotas.base_options = {'__module__': 'openstack_dashboard.dashboards.admin.projects.tables', '__metaclass__': <class 'horizon.tables.actions.BaseActionMetaClass'>, 'update': <function update at 0x4fbba28>, 'policy_rules': (('compute', 'compute_extension:quotas:update'),), 'get_link_url': <function get_link_url at 0x72101b8>, 'allowed': <function allowed at 0x4fbbb18>, 'base_options': {'__module__': 'horizon.tables.actions', '__metaclass__': <class 'horizon.tables.actions.BaseActionMetaClass'>, 'data_type_matched': <function data_type_matched at 0x4fbbc80>, 'get_default_classes': <function get_default_classes at 0x4fbb9b0>, 'update': <function update at 0x4fbba28>, 'get_policy_target': <function get_policy_target at 0x4fbbb90>, '_allowed': <function _allowed at 0x4fbbcf8>, '__repr__': <function __repr__ at 0x4fbb8c0>, 'allowed': <function allowed at 0x4fbbb18>, 'get_default_attrs': <function get_default_attrs at 0x4fbb320>, 'base_options': {...}, '__doc__': 'Common base class for all ``Action`` classes.', '__init__': <function __init__ at 0x4fbbed8>}, '__init__': <function __init__ at 0x4fe3ed8>, 'name': 'quotas', 'url': 'horizon:admin:projects:update', 'data_type_matched': <function data_type_matched at 0x4fbbc80>, 'get_default_classes': <function get_default_classes at 0x4fbb9b0>, 'get_policy_target': <function get_policy_target at 0x4fbbb90>, '_allowed': <function _allowed at 0x4fbbcf8>, 'classes': ('ajax-modal', 'btn-edit'), '__repr__': <function __repr__ at 0x4fbb8c0>, 'get_default_attrs': <function get_default_attrs at 0x4fbb320>, 'verbose_name': <django.utils.functional.__proxy__ object at 0x7212610>, '__doc__': 'A table action which is simply a link rather than a form POST.\n\n .. attribute:: name\n\n Required. The short name or "slug" representing this\n action. This name should not be changed at runtime.\n\n .. attribute:: verbose_name\n\n A string which will be rendered as the link text. (Required)\n\n .. attribute:: url\n\n A string or a callable which resolves to a url to be used as the link\n target. You must either define the ``url`` attribute or override\n the ``get_link_url`` method on the class.\n\n .. attribute:: allowed_data_types\n\n A list that contains the allowed data types of the action. If the\n datum\'s type is in this list, the action will be shown on the row\n for the datum.\n\n Defaults to be an empty list (``[]``). When set to empty, the action\n will accept any kind of data.\n '}
ModifyQuotas.classes = ('ajax-modal', 'btn-edit')
ModifyQuotas.get_link_url(project)[source]
ModifyQuotas.name = 'quotas'
ModifyQuotas.policy_rules = (('compute', 'compute_extension:quotas:update'),)
ModifyQuotas.url = 'horizon:admin:projects:update'
ModifyQuotas.verbose_name = <django.utils.functional.__proxy__ object at 0x7212610>
class openstack_dashboard.dashboards.admin.projects.tables.TenantFilterAction(**kwargs)[source]

Bases: horizon.tables.actions.FilterAction

TenantFilterAction.base_options = {'__module__': 'openstack_dashboard.dashboards.admin.projects.tables', '__metaclass__': <class 'horizon.tables.actions.BaseActionMetaClass'>, 'update': <function update at 0x4fbba28>, 'get_policy_target': <function get_policy_target at 0x4fbbb90>, 'allowed': <function allowed at 0x4fbbb18>, 'base_options': {'__module__': 'horizon.tables.actions', '__metaclass__': <class 'horizon.tables.actions.BaseActionMetaClass'>, 'data_type_matched': <function data_type_matched at 0x4fbbc80>, 'get_default_classes': <function get_default_classes at 0x4fbb9b0>, 'update': <function update at 0x4fbba28>, 'get_policy_target': <function get_policy_target at 0x4fbbb90>, '_allowed': <function _allowed at 0x4fbbcf8>, '__repr__': <function __repr__ at 0x4fbb8c0>, 'allowed': <function allowed at 0x4fbbb18>, 'get_default_attrs': <function get_default_attrs at 0x4fbb320>, 'base_options': {...}, '__doc__': 'Common base class for all ``Action`` classes.', '__init__': <function __init__ at 0x4fbbed8>}, '__init__': <function __init__ at 0x4fe6320>, 'filter': <function filter at 0x7210320>, 'name': 'filter', 'data_type_matched': <function data_type_matched at 0x4fbbc80>, 'get_default_classes': <function get_default_classes at 0x4fe6410>, 'get_param_name': <function get_param_name at 0x4fe6398>, 'data_type_filter': <function data_type_filter at 0x4fe6500>, '_allowed': <function _allowed at 0x4fbbcf8>, '__repr__': <function __repr__ at 0x4fbb8c0>, 'get_default_attrs': <function get_default_attrs at 0x4fbb320>, 'assign_type_string': <function assign_type_string at 0x4fe6488>, '__doc__': 'A base class representing a filter action for a table.\n\n .. attribute:: name\n\n The short name or "slug" representing this action. Defaults to\n ``"filter"``.\n\n .. attribute:: verbose_name\n\n A descriptive name used for display purposes. Defaults to the\n value of ``name`` with the first letter of each word capitalized.\n\n .. attribute:: param_name\n\n A string representing the name of the request parameter used for the\n search term. Default: ``"q"``.\n\n .. attribute: filter_type\n\n A string representing the type of this filter. Default: ``"query"``.\n\n .. attribute: needs_preloading\n\n If True, the filter function will be called for the initial\n GET request with an empty ``filter_string``, regardless of the\n value of ``method``.\n '}
TenantFilterAction.filter(table, tenants, filter_string)[source]

Really naive case-insensitive search.

class openstack_dashboard.dashboards.admin.projects.tables.TenantsTable(request, data=None, needs_form_wrapper=None, **kwargs)[source]

Bases: horizon.tables.base.DataTable

class TenantsTable.Meta[source]
TenantsTable.Meta.name = 'tenants'
TenantsTable.Meta.pagination_param = 'tenant_marker'
TenantsTable.Meta.row_actions = (<class 'openstack_dashboard.dashboards.admin.projects.tables.ViewMembersLink'>, <class 'openstack_dashboard.dashboards.admin.projects.tables.ViewGroupsLink'>, <class 'openstack_dashboard.dashboards.admin.projects.tables.UpdateProject'>, <class 'openstack_dashboard.dashboards.admin.projects.tables.UsageLink'>, <class 'openstack_dashboard.dashboards.admin.projects.tables.ModifyQuotas'>, <class 'openstack_dashboard.dashboards.admin.projects.tables.DeleteTenantsAction'>)
TenantsTable.Meta.row_class

alias of UpdateRow

TenantsTable.Meta.table_actions = (<class 'openstack_dashboard.dashboards.admin.projects.tables.TenantFilterAction'>, <class 'openstack_dashboard.dashboards.admin.projects.tables.CreateProject'>, <class 'openstack_dashboard.dashboards.admin.projects.tables.DeleteTenantsAction'>)
TenantsTable.Meta.verbose_name = <django.utils.functional.__proxy__ object at 0x7212f10>
TenantsTable.base_actions = {'create': <CreateProject: create>, 'delete': <DeleteTenantsAction: delete>, 'filter': <TenantFilterAction: filter>, 'groups': <ViewGroupsLink: groups>, 'quotas': <ModifyQuotas: quotas>, 'update': <UpdateProject: update>, 'usage': <UsageLink: usage>, 'users': <ViewMembersLink: users>}
TenantsTable.base_columns = {'name': <Column: name>, 'description': <Column: description>, 'id': <Column: id>, 'enabled': <Column: enabled>}
class openstack_dashboard.dashboards.admin.projects.tables.UpdateCell[source]

Bases: horizon.tables.actions.UpdateAction

UpdateCell.allowed(request, project, cell)[source]
UpdateCell.update_cell(request, datum, project_id, cell_name, new_cell_value)[source]
class openstack_dashboard.dashboards.admin.projects.tables.UpdateProject(attrs=None, **kwargs)[source]

Bases: horizon.tables.actions.LinkAction

UpdateProject.allowed(request, project)[source]
UpdateProject.base_options = {'__module__': 'openstack_dashboard.dashboards.admin.projects.tables', '__metaclass__': <class 'horizon.tables.actions.BaseActionMetaClass'>, 'update': <function update at 0x4fbba28>, 'policy_rules': (('identity', 'identity:update_project'),), 'get_link_url': <function get_link_url at 0x4fe62a8>, 'allowed': <function allowed at 0x7210140>, 'base_options': {'__module__': 'horizon.tables.actions', '__metaclass__': <class 'horizon.tables.actions.BaseActionMetaClass'>, 'data_type_matched': <function data_type_matched at 0x4fbbc80>, 'get_default_classes': <function get_default_classes at 0x4fbb9b0>, 'update': <function update at 0x4fbba28>, 'get_policy_target': <function get_policy_target at 0x4fbbb90>, '_allowed': <function _allowed at 0x4fbbcf8>, '__repr__': <function __repr__ at 0x4fbb8c0>, 'allowed': <function allowed at 0x4fbbb18>, 'get_default_attrs': <function get_default_attrs at 0x4fbb320>, 'base_options': {...}, '__doc__': 'Common base class for all ``Action`` classes.', '__init__': <function __init__ at 0x4fbbed8>}, '__init__': <function __init__ at 0x4fe3ed8>, 'name': 'update', 'url': 'horizon:admin:projects:update', 'data_type_matched': <function data_type_matched at 0x4fbbc80>, 'get_default_classes': <function get_default_classes at 0x4fbb9b0>, 'get_policy_target': <function get_policy_target at 0x4fbbb90>, '_allowed': <function _allowed at 0x4fbbcf8>, 'classes': ('ajax-modal', 'btn-edit'), '__repr__': <function __repr__ at 0x4fbb8c0>, 'get_default_attrs': <function get_default_attrs at 0x4fbb320>, 'verbose_name': <django.utils.functional.__proxy__ object at 0x7212550>, '__doc__': 'A table action which is simply a link rather than a form POST.\n\n .. attribute:: name\n\n Required. The short name or "slug" representing this\n action. This name should not be changed at runtime.\n\n .. attribute:: verbose_name\n\n A string which will be rendered as the link text. (Required)\n\n .. attribute:: url\n\n A string or a callable which resolves to a url to be used as the link\n target. You must either define the ``url`` attribute or override\n the ``get_link_url`` method on the class.\n\n .. attribute:: allowed_data_types\n\n A list that contains the allowed data types of the action. If the\n datum\'s type is in this list, the action will be shown on the row\n for the datum.\n\n Defaults to be an empty list (``[]``). When set to empty, the action\n will accept any kind of data.\n '}
UpdateProject.classes = ('ajax-modal', 'btn-edit')
UpdateProject.name = 'update'
UpdateProject.policy_rules = (('identity', 'identity:update_project'),)
UpdateProject.url = 'horizon:admin:projects:update'
UpdateProject.verbose_name = <django.utils.functional.__proxy__ object at 0x7212550>
class openstack_dashboard.dashboards.admin.projects.tables.UpdateRow(table, datum=None)[source]

Bases: horizon.tables.base.Row

UpdateRow.ajax = True
UpdateRow.get_data(request, project_id)[source]
class openstack_dashboard.dashboards.admin.projects.tables.UsageLink(attrs=None, **kwargs)[source]

Bases: horizon.tables.actions.LinkAction

UsageLink.base_options = {'__module__': 'openstack_dashboard.dashboards.admin.projects.tables', '__metaclass__': <class 'horizon.tables.actions.BaseActionMetaClass'>, 'name': 'usage', '_allowed': <function _allowed at 0x4fbbcf8>, 'url': 'horizon:admin:projects:usage', 'verbose_name': <django.utils.functional.__proxy__ object at 0x72123d0>, 'data_type_matched': <function data_type_matched at 0x4fbbc80>, 'get_default_classes': <function get_default_classes at 0x4fbb9b0>, 'update': <function update at 0x4fbba28>, 'get_policy_target': <function get_policy_target at 0x4fbbb90>, 'get_link_url': <function get_link_url at 0x4fe62a8>, 'classes': ('btn-stats',), '__repr__': <function __repr__ at 0x4fbb8c0>, 'policy_rules': (('compute', 'compute_extension:simple_tenant_usage:show'),), 'allowed': <function allowed at 0x4fbbb18>, 'get_default_attrs': <function get_default_attrs at 0x4fbb320>, 'base_options': {'__module__': 'horizon.tables.actions', '__metaclass__': <class 'horizon.tables.actions.BaseActionMetaClass'>, 'data_type_matched': <function data_type_matched at 0x4fbbc80>, 'get_default_classes': <function get_default_classes at 0x4fbb9b0>, 'update': <function update at 0x4fbba28>, 'get_policy_target': <function get_policy_target at 0x4fbbb90>, '_allowed': <function _allowed at 0x4fbbcf8>, '__repr__': <function __repr__ at 0x4fbb8c0>, 'allowed': <function allowed at 0x4fbbb18>, 'get_default_attrs': <function get_default_attrs at 0x4fbb320>, 'base_options': {...}, '__doc__': 'Common base class for all ``Action`` classes.', '__init__': <function __init__ at 0x4fbbed8>}, '__doc__': 'A table action which is simply a link rather than a form POST.\n\n .. attribute:: name\n\n Required. The short name or "slug" representing this\n action. This name should not be changed at runtime.\n\n .. attribute:: verbose_name\n\n A string which will be rendered as the link text. (Required)\n\n .. attribute:: url\n\n A string or a callable which resolves to a url to be used as the link\n target. You must either define the ``url`` attribute or override\n the ``get_link_url`` method on the class.\n\n .. attribute:: allowed_data_types\n\n A list that contains the allowed data types of the action. If the\n datum\'s type is in this list, the action will be shown on the row\n for the datum.\n\n Defaults to be an empty list (``[]``). When set to empty, the action\n will accept any kind of data.\n ', '__init__': <function __init__ at 0x4fe3ed8>}
UsageLink.classes = ('btn-stats',)
UsageLink.name = 'usage'
UsageLink.policy_rules = (('compute', 'compute_extension:simple_tenant_usage:show'),)
UsageLink.url = 'horizon:admin:projects:usage'
UsageLink.verbose_name = <django.utils.functional.__proxy__ object at 0x72123d0>
class openstack_dashboard.dashboards.admin.projects.tables.ViewGroupsLink(attrs=None, **kwargs)[source]

Bases: horizon.tables.actions.LinkAction

ViewGroupsLink.allowed(request, project)[source]
ViewGroupsLink.base_options = {'__module__': 'openstack_dashboard.dashboards.admin.projects.tables', '__metaclass__': <class 'horizon.tables.actions.BaseActionMetaClass'>, 'update': <function update at 0x4fbba28>, 'get_link_url': <function get_link_url at 0x7210050>, 'allowed': <function allowed at 0x720df50>, 'base_options': {'__module__': 'horizon.tables.actions', '__metaclass__': <class 'horizon.tables.actions.BaseActionMetaClass'>, 'data_type_matched': <function data_type_matched at 0x4fbbc80>, 'get_default_classes': <function get_default_classes at 0x4fbb9b0>, 'update': <function update at 0x4fbba28>, 'get_policy_target': <function get_policy_target at 0x4fbbb90>, '_allowed': <function _allowed at 0x4fbbcf8>, '__repr__': <function __repr__ at 0x4fbb8c0>, 'allowed': <function allowed at 0x4fbbb18>, 'get_default_attrs': <function get_default_attrs at 0x4fbb320>, 'base_options': {...}, '__doc__': 'Common base class for all ``Action`` classes.', '__init__': <function __init__ at 0x4fbbed8>}, '__init__': <function __init__ at 0x4fe3ed8>, 'name': 'groups', 'url': 'horizon:admin:projects:update', 'data_type_matched': <function data_type_matched at 0x4fbbc80>, 'get_default_classes': <function get_default_classes at 0x4fbb9b0>, 'get_policy_target': <function get_policy_target at 0x4fbbb90>, '_allowed': <function _allowed at 0x4fbbcf8>, 'classes': ('ajax-modal', 'btn-edit'), '__repr__': <function __repr__ at 0x4fbb8c0>, 'get_default_attrs': <function get_default_attrs at 0x4fbb320>, 'verbose_name': <django.utils.functional.__proxy__ object at 0x7212310>, '__doc__': 'A table action which is simply a link rather than a form POST.\n\n .. attribute:: name\n\n Required. The short name or "slug" representing this\n action. This name should not be changed at runtime.\n\n .. attribute:: verbose_name\n\n A string which will be rendered as the link text. (Required)\n\n .. attribute:: url\n\n A string or a callable which resolves to a url to be used as the link\n target. You must either define the ``url`` attribute or override\n the ``get_link_url`` method on the class.\n\n .. attribute:: allowed_data_types\n\n A list that contains the allowed data types of the action. If the\n datum\'s type is in this list, the action will be shown on the row\n for the datum.\n\n Defaults to be an empty list (``[]``). When set to empty, the action\n will accept any kind of data.\n '}
ViewGroupsLink.classes = ('ajax-modal', 'btn-edit')
ViewGroupsLink.get_link_url(project)[source]
ViewGroupsLink.name = 'groups'
ViewGroupsLink.url = 'horizon:admin:projects:update'
ViewGroupsLink.verbose_name = <django.utils.functional.__proxy__ object at 0x7212310>
class openstack_dashboard.dashboards.admin.projects.tables.ViewMembersLink(attrs=None, **kwargs)[source]

Bases: horizon.tables.actions.LinkAction

ViewMembersLink.base_options = {'__module__': 'openstack_dashboard.dashboards.admin.projects.tables', '__metaclass__': <class 'horizon.tables.actions.BaseActionMetaClass'>, 'update': <function update at 0x4fbba28>, 'policy_rules': (('identity', 'identity:list_users'), ('identity', 'identity:list_roles')), 'get_link_url': <function get_link_url at 0x720ded8>, 'allowed': <function allowed at 0x4fbbb18>, 'base_options': {'__module__': 'horizon.tables.actions', '__metaclass__': <class 'horizon.tables.actions.BaseActionMetaClass'>, 'data_type_matched': <function data_type_matched at 0x4fbbc80>, 'get_default_classes': <function get_default_classes at 0x4fbb9b0>, 'update': <function update at 0x4fbba28>, 'get_policy_target': <function get_policy_target at 0x4fbbb90>, '_allowed': <function _allowed at 0x4fbbcf8>, '__repr__': <function __repr__ at 0x4fbb8c0>, 'allowed': <function allowed at 0x4fbbb18>, 'get_default_attrs': <function get_default_attrs at 0x4fbb320>, 'base_options': {...}, '__doc__': 'Common base class for all ``Action`` classes.', '__init__': <function __init__ at 0x4fbbed8>}, '__init__': <function __init__ at 0x4fe3ed8>, 'name': 'users', 'url': 'horizon:admin:projects:update', 'data_type_matched': <function data_type_matched at 0x4fbbc80>, 'get_default_classes': <function get_default_classes at 0x4fbb9b0>, 'get_policy_target': <function get_policy_target at 0x4fbbb90>, '_allowed': <function _allowed at 0x4fbbcf8>, 'classes': ('ajax-modal', 'btn-edit'), '__repr__': <function __repr__ at 0x4fbb8c0>, 'get_default_attrs': <function get_default_attrs at 0x4fbb320>, 'verbose_name': <django.utils.functional.__proxy__ object at 0x7212290>, '__doc__': 'A table action which is simply a link rather than a form POST.\n\n .. attribute:: name\n\n Required. The short name or "slug" representing this\n action. This name should not be changed at runtime.\n\n .. attribute:: verbose_name\n\n A string which will be rendered as the link text. (Required)\n\n .. attribute:: url\n\n A string or a callable which resolves to a url to be used as the link\n target. You must either define the ``url`` attribute or override\n the ``get_link_url`` method on the class.\n\n .. attribute:: allowed_data_types\n\n A list that contains the allowed data types of the action. If the\n datum\'s type is in this list, the action will be shown on the row\n for the datum.\n\n Defaults to be an empty list (``[]``). When set to empty, the action\n will accept any kind of data.\n '}
ViewMembersLink.classes = ('ajax-modal', 'btn-edit')
ViewMembersLink.get_link_url(project)[source]
ViewMembersLink.name = 'users'
ViewMembersLink.policy_rules = (('identity', 'identity:list_users'), ('identity', 'identity:list_roles'))
ViewMembersLink.url = 'horizon:admin:projects:update'
ViewMembersLink.verbose_name = <django.utils.functional.__proxy__ object at 0x7212290>

Previous topic

The openstack_dashboard.dashboards.admin.projects Module

Next topic

The openstack_dashboard.dashboards.admin.projects.workflows Module

This Page