mirror of https://github.com/apache/nifi.git
NIFI-2603
- Gui Icons - Gui Icons - Fixing Orange Color - Gui Icons - Fixing misc. colors - Gui Icons - Summary page + spinner - Gui Icons - Summary page again
This commit is contained in:
parent
2fb3b01ebe
commit
60423f05b5
|
@ -523,6 +523,26 @@ div.context-menu-item.hover {
|
||||||
left: 2px;
|
left: 2px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
div.context-menu-item.hover > div.context-menu-item-img.fa.fa-play {
|
||||||
|
color:#5cb85c;
|
||||||
|
}
|
||||||
|
|
||||||
|
.running {
|
||||||
|
color:#5cb85c;
|
||||||
|
}
|
||||||
|
|
||||||
|
div.context-menu-item.hover > div.context-menu-item-img.fa.fa-stop {
|
||||||
|
color:#d9534f;
|
||||||
|
}
|
||||||
|
|
||||||
|
.stopped {
|
||||||
|
color:#d9534f !important;
|
||||||
|
}
|
||||||
|
|
||||||
|
.invalid {
|
||||||
|
color:#f0ad4e !important;
|
||||||
|
}
|
||||||
|
|
||||||
.context-menu-item-img.icon {
|
.context-menu-item-img.icon {
|
||||||
position: relative;
|
position: relative;
|
||||||
top: 1px;
|
top: 1px;
|
||||||
|
|
|
@ -38,6 +38,18 @@
|
||||||
color: #728E9B; /*base-color*/
|
color: #728E9B; /*base-color*/
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#flow-status .fa.fa-play {
|
||||||
|
color: #5cb85c;
|
||||||
|
}
|
||||||
|
|
||||||
|
#flow-status .fa.fa-stop {
|
||||||
|
color: #d9534f;
|
||||||
|
}
|
||||||
|
|
||||||
|
#flow-status .fa.fa-warning {
|
||||||
|
color: #f0ad4e;
|
||||||
|
}
|
||||||
|
|
||||||
#flow-status .icon span {
|
#flow-status .icon span {
|
||||||
font-size: 15px;
|
font-size: 15px;
|
||||||
font-weight: 500;
|
font-weight: 500;
|
||||||
|
@ -94,7 +106,7 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
#bulletin-button.has-bulletins {
|
#bulletin-button.has-bulletins {
|
||||||
background-color: #ba554a; /*warm-color*/
|
background-color: #f0ad4e; /*warm-color*/
|
||||||
}
|
}
|
||||||
|
|
||||||
#bulletin-button i.fa {
|
#bulletin-button i.fa {
|
||||||
|
@ -112,7 +124,7 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
#connected-nodes-count.connection-warning {
|
#connected-nodes-count.connection-warning {
|
||||||
color: #BA554A;
|
color: #f0ad4e;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* search field */
|
/* search field */
|
||||||
|
|
|
@ -114,11 +114,19 @@ text.bulletin-icon {
|
||||||
}
|
}
|
||||||
|
|
||||||
rect.bulletin-background {
|
rect.bulletin-background {
|
||||||
fill: #ba554a;
|
fill: #f0ad4e;
|
||||||
}
|
}
|
||||||
|
|
||||||
text.process-group-invalid.has-validation-errors {
|
text.process-group-invalid.has-validation-errors {
|
||||||
fill: #ba554a;
|
fill: #f0ad4e;
|
||||||
|
}
|
||||||
|
|
||||||
|
text.process-group-stopped.process-group-contents-icon {
|
||||||
|
fill: #d9534f;
|
||||||
|
}
|
||||||
|
|
||||||
|
text.process-group-running.process-group-contents-icon{
|
||||||
|
fill: #5cb85c;
|
||||||
}
|
}
|
||||||
|
|
||||||
text.active-thread-count-icon {
|
text.active-thread-count-icon {
|
||||||
|
@ -201,7 +209,7 @@ g.connection rect.body.unauthorized {
|
||||||
|
|
||||||
g.connection rect.border.unauthorized {
|
g.connection rect.border.unauthorized {
|
||||||
stroke-width: 1.5;
|
stroke-width: 1.5;
|
||||||
stroke: #ba554a;
|
stroke: #f0ad4e;
|
||||||
stroke-dasharray: 3,3;
|
stroke-dasharray: 3,3;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -243,7 +251,7 @@ g.connection path.connection-path.full {
|
||||||
}
|
}
|
||||||
|
|
||||||
g.connection path.connection-path.unauthorized {
|
g.connection path.connection-path.unauthorized {
|
||||||
stroke: #ba554a;
|
stroke: #f0ad4e;
|
||||||
stroke-dasharray: 3,3;
|
stroke-dasharray: 3,3;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -254,7 +262,7 @@ text.connection-from-run-status, text.connection-to-run-status, text.expiration-
|
||||||
}
|
}
|
||||||
|
|
||||||
text.connection-from-run-status.is-missing-port, text.connection-to-run-status.is-missing-port {
|
text.connection-from-run-status.is-missing-port, text.connection-to-run-status.is-missing-port {
|
||||||
fill: #ba554a;
|
fill: #f0ad4e;
|
||||||
}
|
}
|
||||||
|
|
||||||
g.connection rect.backpressure-tick {
|
g.connection rect.backpressure-tick {
|
||||||
|
@ -430,7 +438,7 @@ text.remote-process-group-transmission-status {
|
||||||
}
|
}
|
||||||
|
|
||||||
text.remote-process-group-transmission-status.has-authorization-errors {
|
text.remote-process-group-transmission-status.has-authorization-errors {
|
||||||
fill: #ba554a;
|
fill: #f0ad4e;
|
||||||
}
|
}
|
||||||
|
|
||||||
text.remote-process-group-transmission-secure {
|
text.remote-process-group-transmission-secure {
|
||||||
|
|
|
@ -104,13 +104,13 @@ div.running {
|
||||||
|
|
||||||
div.has-errors, div.invalid {
|
div.has-errors, div.invalid {
|
||||||
float: left;
|
float: left;
|
||||||
color: #ba554a !important;
|
color: #f0ad4e !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
div.has-errors:before, div.invalid:before {
|
div.has-errors:before, div.invalid:before {
|
||||||
font-family: FontAwesome;
|
font-family: FontAwesome;
|
||||||
content: "\f071";
|
content: "\f071";
|
||||||
color: #ba554a;
|
color: #f0ad4e;
|
||||||
}
|
}
|
||||||
|
|
||||||
div.transmitting {
|
div.transmitting {
|
||||||
|
@ -128,7 +128,7 @@ div.valid {
|
||||||
}
|
}
|
||||||
|
|
||||||
div.has-bulletins {
|
div.has-bulletins {
|
||||||
color: #ba554a !important;
|
color: #f0ad4e !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
@ -233,7 +233,7 @@ span.details-title {
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
font-family: Roboto;
|
font-family: Roboto;
|
||||||
font-size: 13px;
|
font-size: 13px;
|
||||||
color: #ba554a;
|
color: #f0ad4e;
|
||||||
}
|
}
|
||||||
|
|
||||||
#upload-template-container button {
|
#upload-template-container button {
|
||||||
|
|
|
@ -213,6 +213,14 @@ div.action-button {
|
||||||
text-transform:uppercase;
|
text-transform:uppercase;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#operate-start button:hover {
|
||||||
|
color:#5cb85c;
|
||||||
|
}
|
||||||
|
|
||||||
|
#operate-stop button:hover {
|
||||||
|
color:#d9534f;
|
||||||
|
}
|
||||||
|
|
||||||
div.graph-control div.icon-disabled {
|
div.graph-control div.icon-disabled {
|
||||||
color: #ddd;
|
color: #ddd;
|
||||||
}
|
}
|
||||||
|
|
|
@ -75,7 +75,7 @@ div.processor-configuration-warning-icon:before {
|
||||||
font-family: FontAwesome;
|
font-family: FontAwesome;
|
||||||
content: "\f071";
|
content: "\f071";
|
||||||
font-size: 16px;
|
font-size: 16px;
|
||||||
color: #ba554a;
|
color: #f0ad4e;
|
||||||
}
|
}
|
||||||
|
|
||||||
#auto-terminate-relationship-names {
|
#auto-terminate-relationship-names {
|
||||||
|
|
|
@ -466,11 +466,11 @@ div.lineage-collapse-children:before {
|
||||||
}
|
}
|
||||||
|
|
||||||
path.link.selected {
|
path.link.selected {
|
||||||
stroke: #ba554a;
|
stroke: #f0ad4e;
|
||||||
}
|
}
|
||||||
|
|
||||||
g.event circle.selected {
|
g.event circle.selected {
|
||||||
fill: #ba554a;
|
fill: #f0ad4e;
|
||||||
}
|
}
|
||||||
|
|
||||||
text.event-type {
|
text.event-type {
|
||||||
|
|
|
@ -75,7 +75,7 @@
|
||||||
#queue-listing-message {
|
#queue-listing-message {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
top: 36px;
|
top: 36px;
|
||||||
color: #ba554a;
|
color: #f0ad4e;
|
||||||
font-family: Roboto;
|
font-family: Roboto;
|
||||||
font-size: 13px;
|
font-size: 13px;
|
||||||
font-weight: 500;
|
font-weight: 500;
|
||||||
|
|
|
@ -100,7 +100,7 @@ div.remote-port-removed:before {
|
||||||
font-family: FontAwesome;
|
font-family: FontAwesome;
|
||||||
content: "\f071";
|
content: "\f071";
|
||||||
font-size: 16px;
|
font-size: 16px;
|
||||||
color: #ba554a;
|
color: #f0ad4e;
|
||||||
}
|
}
|
||||||
|
|
||||||
div.remote-port-edit-container {
|
div.remote-port-edit-container {
|
||||||
|
|
|
@ -77,7 +77,7 @@ classes should alter those!
|
||||||
}
|
}
|
||||||
|
|
||||||
.slick-cell.invalid {
|
.slick-cell.invalid {
|
||||||
border-color: #ba554a;
|
border-color: #f0ad4e;
|
||||||
-moz-animation-duration: 0.2s;
|
-moz-animation-duration: 0.2s;
|
||||||
-webkit-animation-duration: 0.2s;
|
-webkit-animation-duration: 0.2s;
|
||||||
-moz-animation-name: slickgrid-invalid-hilite;
|
-moz-animation-name: slickgrid-invalid-hilite;
|
||||||
|
|
|
@ -360,14 +360,14 @@ nf.ng.Canvas.FlowStatusCtrl = function (serviceProvider) {
|
||||||
var connectedNodes = clusterSummary.connectedNodes.split(' / ');
|
var connectedNodes = clusterSummary.connectedNodes.split(' / ');
|
||||||
if (connectedNodes.length === 2 && connectedNodes[0] !== connectedNodes[1]) {
|
if (connectedNodes.length === 2 && connectedNodes[0] !== connectedNodes[1]) {
|
||||||
this.clusterConnectionWarning = true;
|
this.clusterConnectionWarning = true;
|
||||||
color = '#BA554A';
|
color = '#f0ad4e';
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
this.connectedNodesCount =
|
this.connectedNodesCount =
|
||||||
nf.Common.isDefinedAndNotNull(clusterSummary.connectedNodes) ? clusterSummary.connectedNodes : '-';
|
nf.Common.isDefinedAndNotNull(clusterSummary.connectedNodes) ? clusterSummary.connectedNodes : '-';
|
||||||
} else {
|
} else {
|
||||||
this.connectedNodesCount = 'Disconnected';
|
this.connectedNodesCount = 'Disconnected';
|
||||||
color = '#BA554A';
|
color = '#f0ad4e';
|
||||||
}
|
}
|
||||||
|
|
||||||
// update the color
|
// update the color
|
||||||
|
@ -382,7 +382,7 @@ nf.ng.Canvas.FlowStatusCtrl = function (serviceProvider) {
|
||||||
update: function (status) {
|
update: function (status) {
|
||||||
var controllerInvalidCountColor =
|
var controllerInvalidCountColor =
|
||||||
(nf.Common.isDefinedAndNotNull(status.invalidCount) && (status.invalidCount > 0)) ?
|
(nf.Common.isDefinedAndNotNull(status.invalidCount) && (status.invalidCount > 0)) ?
|
||||||
'#BA554A' : '#728E9B';
|
'#f0ad4e' : '#728E9B';
|
||||||
$('#controller-invalid-count').parent().css('color', controllerInvalidCountColor);
|
$('#controller-invalid-count').parent().css('color', controllerInvalidCountColor);
|
||||||
|
|
||||||
// update the report values
|
// update the report values
|
||||||
|
|
|
@ -340,9 +340,15 @@ nf.Port = (function () {
|
||||||
.attr({
|
.attr({
|
||||||
'fill': function (d) {
|
'fill': function (d) {
|
||||||
var fill = '#728e9b';
|
var fill = '#728e9b';
|
||||||
if (d.status.aggregateSnapshot.runStatus === 'Invalid') {
|
|
||||||
fill = '#ba554a';
|
if (d.status.aggregateSnapshot.runStatus === 'Invalid') {
|
||||||
|
fill = '#f0ad4e';
|
||||||
|
} else if (d.status.aggregateSnapshot.runStatus === 'Running') {
|
||||||
|
fill = '#5cb85c';
|
||||||
|
} else if (d.status.aggregateSnapshot.runStatus === 'Stopped') {
|
||||||
|
fill = '#d9534f';
|
||||||
}
|
}
|
||||||
|
|
||||||
return fill;
|
return fill;
|
||||||
},
|
},
|
||||||
'font-family': function (d) {
|
'font-family': function (d) {
|
||||||
|
|
|
@ -621,9 +621,15 @@ nf.Processor = (function () {
|
||||||
.attr({
|
.attr({
|
||||||
'fill': function (d) {
|
'fill': function (d) {
|
||||||
var fill = '#728e9b';
|
var fill = '#728e9b';
|
||||||
if (d.status.aggregateSnapshot.runStatus === 'Invalid') {
|
|
||||||
fill = '#ba554a';
|
if (d.status.aggregateSnapshot.runStatus === 'Invalid') {
|
||||||
|
fill = '#f0ad4e';
|
||||||
|
} else if (d.status.aggregateSnapshot.runStatus === 'Running') {
|
||||||
|
fill = '#5cb85c';
|
||||||
|
} else if (d.status.aggregateSnapshot.runStatus === 'Stopped') {
|
||||||
|
fill = '#d9534f';
|
||||||
}
|
}
|
||||||
|
|
||||||
return fill;
|
return fill;
|
||||||
},
|
},
|
||||||
'font-family': function (d) {
|
'font-family': function (d) {
|
||||||
|
|
|
@ -61,20 +61,20 @@ nf.ng.AppConfig = function ($mdThemingProvider, $compileProvider) {
|
||||||
'contrastLightColors': undefined
|
'contrastLightColors': undefined
|
||||||
});
|
});
|
||||||
$mdThemingProvider.definePalette('warnPalette', {
|
$mdThemingProvider.definePalette('warnPalette', {
|
||||||
'50': 'BA554A',
|
'50': 'f0ad4e',
|
||||||
'100': 'BA554A',
|
'100': 'f0ad4e',
|
||||||
'200': 'BA554A',
|
'200': 'f0ad4e',
|
||||||
'300': 'BA554A',
|
'300': 'f0ad4e',
|
||||||
'400': 'BA554A',
|
'400': 'f0ad4e',
|
||||||
'500': 'BA554A', /* warn-color */
|
'500': '2B5C76', /* warn-color */
|
||||||
'600': 'BA554A',
|
'600': 'f0ad4e',
|
||||||
'700': 'BA554A',
|
'700': 'f0ad4e',
|
||||||
'800': 'BA554A',
|
'800': 'f0ad4e',
|
||||||
'900': 'BA554A',
|
'900': 'f0ad4e',
|
||||||
'A100': 'BA554A',
|
'A100': 'f0ad4e',
|
||||||
'A200': 'BA554A',
|
'A200': 'f0ad4e',
|
||||||
'A400': 'BA554A',
|
'A400': 'f0ad4e',
|
||||||
'A700': 'BA554A',
|
'A700': 'f0ad4e',
|
||||||
'contrastDefaultColor': 'light',
|
'contrastDefaultColor': 'light',
|
||||||
'contrastDarkColors': ['A100'],
|
'contrastDarkColors': ['A100'],
|
||||||
'contrastLightColors': undefined
|
'contrastLightColors': undefined
|
||||||
|
|
|
@ -608,7 +608,7 @@ nf.ng.ProvenanceLineage = function () {
|
||||||
'orient': 'auto',
|
'orient': 'auto',
|
||||||
'fill': function (d) {
|
'fill': function (d) {
|
||||||
if (d.indexOf('SELECTED') >= 0) {
|
if (d.indexOf('SELECTED') >= 0) {
|
||||||
return '#ba554a';
|
return '#f0ad4e';
|
||||||
} else {
|
} else {
|
||||||
return '#000000';
|
return '#000000';
|
||||||
}
|
}
|
||||||
|
|
|
@ -266,10 +266,10 @@ nf.SummaryTable = (function () {
|
||||||
var classes = nf.Common.escapeHtml(value.toLowerCase());
|
var classes = nf.Common.escapeHtml(value.toLowerCase());
|
||||||
switch(nf.Common.escapeHtml(value.toLowerCase())) {
|
switch(nf.Common.escapeHtml(value.toLowerCase())) {
|
||||||
case 'running':
|
case 'running':
|
||||||
classes += ' fa fa-play';
|
classes = ' fa fa-play running';
|
||||||
break;
|
break;
|
||||||
case 'stopped':
|
case 'stopped':
|
||||||
classes += ' fa fa-stop';
|
classes = ' fa fa-stop stopped';
|
||||||
break;
|
break;
|
||||||
case 'enabled':
|
case 'enabled':
|
||||||
classes += ' fa fa-flash';
|
classes += ' fa fa-flash';
|
||||||
|
@ -278,7 +278,7 @@ nf.SummaryTable = (function () {
|
||||||
classes += ' icon icon-enable-false';
|
classes += ' icon icon-enable-false';
|
||||||
break;
|
break;
|
||||||
case 'invalid':
|
case 'invalid':
|
||||||
classes += ' fa fa-warning';
|
classes = ' fa fa-warning invalid';
|
||||||
break;
|
break;
|
||||||
default:
|
default:
|
||||||
classes += '';
|
classes += '';
|
||||||
|
|
|
@ -250,7 +250,7 @@ div.large-label-container {
|
||||||
}
|
}
|
||||||
|
|
||||||
#message {
|
#message {
|
||||||
color: #ba554a;
|
color: #f0ad4e;
|
||||||
margin-left: 20px;
|
margin-left: 20px;
|
||||||
margin-right: 20px;
|
margin-right: 20px;
|
||||||
line-height: 32px;
|
line-height: 32px;
|
||||||
|
|
Loading…
Reference in New Issue