tripleo-ui/src/js
Florian Fuchs 8d40ed773b Fix nodes actions toolbar
An additional span inside the nodes toolbar, added by the i18n
FormattedMessage component, breaks the toolbar by changing the click
event target to the span element; because the span element doesn't
contain the "name" attribute needed to determine the appropriate action.

This patch adds a small method to lookup the closest name attribute
(either on the element or the parent elements), so both buttons with and
without a FormattedMessage of them will work.

Change-Id: I7c565da8bf2f5040ff99b13f02cb0a7f4c07637f
Closes-Bug: #1671100
2017-03-09 13:27:26 +01:00
..
actions Fix the deletePlan action 2017-02-24 12:49:04 +01:00
components Fix nodes actions toolbar 2017-03-09 13:27:26 +01:00
constants Add i18n strings for deployment status messages 2017-02-27 07:22:21 -04:00
immutableRecords Update DeploymentPlan page node counts 2017-03-06 16:54:56 +01:00
loaders Fix Error on Version loader 2016-08-16 15:44:01 +02:00
mock Rename Discovery to Introspection 2016-02-01 12:14:49 +01:00
mockData Deployment Plan page updates 2016-04-13 14:03:53 +02:00
normalizrSchemas Nodes Table tagging 2017-02-06 16:46:16 +01:00
reducers Merge "Rename plansReducer to i18nReducer (typo)" 2017-03-07 16:41:11 +00:00
selectors Update DeploymentPlan page node counts 2017-03-06 16:54:56 +01:00
services Update fetchNodes action to call detailed nodes list 2017-01-24 16:11:34 +01:00
utils Nodes Table tagging 2017-02-06 16:46:16 +01:00
index.js Remove SharedWorker in favor of cookies 2017-01-17 13:44:55 -04:00
store.js Add i18n to Notifications 2017-02-13 12:17:10 +00:00