horizon/openstack_dashboard/dashboards/project/stacks
Andrew Lazarev 51024cc13b Fixed row deletion for deleted stack
Now heat returns stack with "stack_status == 'DELETE_COMPLETE'"
for deleted stack. Added corresponding check to ajax handler.

HTTPNotFound is not used anymore and deprecated. Removed except
block for it.

Added raise to generic "except Exception" block to prevent
internal errors inside horizon.

Change-Id: Ia9cfd975790872918ba25c347319003ddc3468fa
Closes-Bug: #1367758
2014-12-08 16:51:29 +00:00
..
templates/stacks place the word "Info" with "Information" 2014-11-21 00:12:48 +00:00
__init__.py Implementation of a Heat stacks UI. 2013-07-03 03:48:31 -07:00
api.py Fixing heat stack status column 2014-03-05 14:12:29 -05:00
forms.py Fix E128 errors in openstack_dashboard/dashboards/project/ 2014-10-16 16:53:52 +09:00
mappings.py show correct link to compute instances in stack resource overview tab 2014-08-21 23:12:21 +00:00
panel.py Remove extraneous vim configuration comments 2014-05-06 15:30:10 +08:00
sro.py Remove leftovers of "# noqa" 2014-01-28 15:51:04 +04:00
tables.py Fixed row deletion for deleted stack 2014-12-08 16:51:29 +00:00
tabs.py 'Stack Template' tab for Heat Stack Details page 2014-11-11 10:56:52 +03:00
tests.py Fix E128 errors in openstack_dashboard/dashboards/project/ 2014-10-16 16:53:52 +09:00
urls.py Remove #noqa from two common imports and add them to import_exceptions 2014-09-16 14:08:28 +04:00
views.py 'Stack Template' tab for Heat Stack Details page 2014-11-11 10:56:52 +03:00