Repository: nifi
Updated Branches:
  refs/heads/master ee8dc7640 -> f0dfcc180


NIFI-3808:
- Making the selector for the enable/disable controller service state more 
specific. Previously name was too general and was affect other parts of the 
application.

Signed-off-by: Scott Aslan <[email protected]>

This closes #1759


Project: http://git-wip-us.apache.org/repos/asf/nifi/repo
Commit: http://git-wip-us.apache.org/repos/asf/nifi/commit/f0dfcc18
Tree: http://git-wip-us.apache.org/repos/asf/nifi/tree/f0dfcc18
Diff: http://git-wip-us.apache.org/repos/asf/nifi/diff/f0dfcc18

Branch: refs/heads/master
Commit: f0dfcc180de9fd23db0141b2f48126d90bc23760
Parents: ee8dc76
Author: Matt Gilman <[email protected]>
Authored: Fri May 5 14:56:02 2017 -0400
Committer: Scott Aslan <[email protected]>
Committed: Fri May 5 15:19:28 2017 -0400

----------------------------------------------------------------------
 .../src/main/webapp/css/controller-service.css            | 10 ++++++++++
 .../nifi-web/nifi-web-ui/src/main/webapp/css/main.css     | 10 ----------
 2 files changed, 10 insertions(+), 10 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/nifi/blob/f0dfcc18/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-ui/src/main/webapp/css/controller-service.css
----------------------------------------------------------------------
diff --git 
a/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-ui/src/main/webapp/css/controller-service.css
 
b/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-ui/src/main/webapp/css/controller-service.css
index 24f83e95..fb8e95e 100644
--- 
a/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-ui/src/main/webapp/css/controller-service.css
+++ 
b/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-ui/src/main/webapp/css/controller-service.css
@@ -79,6 +79,16 @@ ul.referencing-component-listing li {
     white-space: nowrap;
 }
 
+div.referencing-component-state.disabled:before {
+    content: '\e802';
+    font-family: flowfont;
+}
+
+div.referencing-component-state.enabled:before {
+    content: '\f0e7';
+    font-family: FontAwesome;
+}
+
 div.referencing-component-bulletins {
     float: left;
     margin-left: 5px;

http://git-wip-us.apache.org/repos/asf/nifi/blob/f0dfcc18/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-ui/src/main/webapp/css/main.css
----------------------------------------------------------------------
diff --git 
a/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-ui/src/main/webapp/css/main.css
 
b/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-ui/src/main/webapp/css/main.css
index 94dae84..1554356 100644
--- 
a/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-ui/src/main/webapp/css/main.css
+++ 
b/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-ui/src/main/webapp/css/main.css
@@ -91,11 +91,6 @@ div.context-menu-provenance {
     text-shadow: 0 0 4px rgba(255,255,255,1);
 }
 
-.disabled:before {
-    content: '\e802';
-    font-family: flowfont;
-}
-
 .enabled {
     float: left;
     color: #44a3cf !important;
@@ -105,11 +100,6 @@ div.context-menu-provenance {
     text-shadow: 0 0 4px rgba(255,255,255,1);
 }
 
-.enabled:before {
-    content: '\f0e7';
-    font-family: FontAwesome;
-}
-
 .stopped {
     float: left;
     color: #d18686 !important;

Reply via email to