heat-dashboard/openstack_dashboard/dashboards/project/stacks
Leandro I. Costantino a9f507835d Remove delete action and bar when stack is DELETE_COMPLETE.
Heat is returning stack in DELETE_COMPLETE status. Beside that
the table don't consider DELETE_COMPLETE status so the animation is
always visible after deletion.

As a side effect, the checkbox and delete (row action) button are enabled.

This patch will remove the animation on DELETE_COMPLETE state and
disable 'Delete' button and checkbox so it cannot be delete again
by Table Delete action.

Change-Id: Id9c8d34c99a4079d2afa7438353490bfaf91072b
Closes-Bug: #1243087
2014-02-08 11:28:48 -05:00
..
templates/stacks Rename heat logical_resource_id to resource_name 2013-08-27 14:13:56 +12:00
__init__.py Implementation of a Heat stacks UI. 2013-07-03 03:48:31 -07:00
api.py Gate on H102 Apache 2.0 license header not found for pep8 2013-11-19 13:55:04 -05:00
forms.py Remove #noqa from most common imports and add them to import_exceptions 2014-01-07 12:26:35 +01:00
mappings.py Remove #noqa from most common imports and add them to import_exceptions 2014-01-07 12:26:35 +01:00
panel.py Remove #noqa from most common imports and add them to import_exceptions 2014-01-07 12:26:35 +01:00
sro.py Gate on H102 Apache 2.0 license header not found for pep8 2013-11-19 13:55:04 -05:00
tables.py Remove delete action and bar when stack is DELETE_COMPLETE. 2014-02-08 11:28:48 -05:00
tabs.py Remove #noqa from most common imports and add them to import_exceptions 2014-01-07 12:26:35 +01:00
tests.py Remove #noqa from most common imports and add them to import_exceptions 2014-01-07 12:26:35 +01:00
urls.py Fix django.conf.urls.defaults imports 2013-11-04 17:10:57 +11:00
views.py Passing stack_id argument to get_data view 2014-01-12 20:23:41 +02:00