Joseph Percivall created NIFI-5137:
--------------------------------------
Summary: Cannot clear state of a controller service
Key: NIFI-5137
URL: https://issues.apache.org/jira/browse/NIFI-5137
Project: Apache NiFi
Issue Type: Bug
Components: Core UI
Affects Versions: 1.6.0
Reporter: Joseph Percivall
To reproduce:
# Start with a controller service that is stopped with some state stored
# Go to the state manager for that controller service
# Attempt to click on the "clear state" text but notice that it is disabled
and doesn't do anything
Workaround:
* Start at step 2 (in the state manager)
* Inspect the page using browser web tools
* Notice the "class" of the span is "link disabled"
* Remove the "disabled" class from the span
* It now behaves as expected
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)