horizon/openstack_dashboard/dashboards/project/volumes
Akihiro Motoki 74df97f57c pylint: Fix unnecessary-comprehension warning
'unnecessary-comprehension' warning is emitted when
unnecessary use of a comprehension is found.

classes attribute in Action can be a tuple,
so we need list() to ensure it is a list before adding 'disabled'.
I think it is time to introduce a method in Action class or somewhere
but it should be handled separately.

Change-Id: I16a98d56b6d0bd0af234b00735c6ed576620df7e
2020-09-27 12:44:16 +09:00
..
templates/volumes Add cinder-user-facing messages 2020-09-10 10:22:49 +00:00
__init__.py Splits OpenStack Dashboard bits from framework app code. 2012-10-11 11:47:50 -07:00
forms.py pylint: Address no-else-continue/no-else-raise warnings 2020-09-27 12:44:16 +09:00
panel.py Use Cinder API v3 by default 2017-12-18 15:34:41 +02:00
tables.py pylint: Fix unnecessary-comprehension warning 2020-09-27 12:44:16 +09:00
tabs.py Add cinder-user-facing messages 2020-09-10 10:22:49 +00:00
tests.py Add Unit Test for cinder-user-facing messages 2020-09-25 10:51:46 +09:00
urls.py Enable volume snapshot backups 2019-07-25 19:15:01 +00:00
views.py pylint: Address no-else-return warning 2020-09-27 12:44:16 +09:00