ironic-ui/ironic_ui
Peter Piela 7971aea3d9 Consolidate node last_error processing
Consolidate last_error processing for the node-list and node-detail
views using a newly added node-error service. The service provides
a function checkNodeError that will compare the error condition
of a specified node with its last known value which is stored
in browser session persistent storage (as part of each check).
If a change in the node error condition has occurred the user
is notified using the toast service. The use of persistent storage
eliminates duplicate notifications that would otherwise be
generated from page transitions and service re-initializations.

The checkNodeError function is called whenever node information
is retrieved using the ironic service getNode/getNodes functions.

Change-Id: Iba7bdaaa78d51384b6b9d79d2d723b8e7607eb9a
2016-12-06 18:04:16 -05:00
..
api Incorporate driver-validation into node-detail panels 2016-11-21 13:32:22 -05:00
content Hide panel if 'baremetal' service not present 2016-08-16 15:05:37 -06:00
enabled Updated to ironic API v1.11 and added manageable state 2016-09-19 15:24:50 +01:00
locale Imported Translations from Zanata 2016-10-25 08:23:24 +00:00
static/dashboard/admin/ironic Consolidate node last_error processing 2016-12-06 18:04:16 -05:00
test Clean imports in code 2016-09-23 08:24:13 +07:00
__init__.py Added cookiecutter files 2016-01-20 19:00:52 +00:00