Skip to content

Commit

Permalink
[NIFI-13492] fa-info-circle icon apply primary color (apache#9062)
Browse files Browse the repository at this point in the history
This closes apache#9062
  • Loading branch information
scottyaslan authored Jul 9, 2024
1 parent 90c58a8 commit 5193436
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ <h2 mat-dialog-title>Fetch Parameters</h2>
<div class="flex flex-row items-center gap-x-2">
Parameter Contexts To Create
<i
class="fa fa-info-circle"
class="fa fa-info-circle primary-color"
nifiTooltip
[tooltipComponentType]="TextTip"
tooltipInputData="Parameter groups set to be created as parameter contexts, pending apply."></i>
Expand All @@ -80,7 +80,7 @@ <h2 mat-dialog-title>Fetch Parameters</h2>
<div class="flex flex-row items-center gap-x-2">
Parameter Contexts To Update
<i
class="fa fa-info-circle"
class="fa fa-info-circle primary-color"
nifiTooltip
[tooltipComponentType]="TextTip"
tooltipInputData="Synced parameter contexts to be updated, pending apply."></i>
Expand All @@ -95,7 +95,7 @@ <h2 mat-dialog-title>Fetch Parameters</h2>
<div class="flex flex-row items-center gap-x-2">
Affected Referencing Components
<i
class="fa fa-info-circle"
class="fa fa-info-circle primary-color"
nifiTooltip
[tooltipComponentType]="TextTip"
tooltipInputData="Affected components referencing this parameter provider."></i>
Expand Down Expand Up @@ -133,7 +133,7 @@ <h2 mat-dialog-title>Fetch Parameters</h2>
<div class="flex flex-row items-center gap-x-2">
Select To Configure a Parameter Group
<i
class="fa fa-info-circle"
class="fa fa-info-circle primary-color"
nifiTooltip
[tooltipComponentType]="TextTip"
tooltipInputData="Discovered parameter groups from this parameter provider. Select a group to create a parameter context, then configure its parameter sensitivities."></i>
Expand Down Expand Up @@ -195,7 +195,7 @@ <h2 mat-dialog-title>Fetch Parameters</h2>
<div class="flex items-center gap-x-2">
Fetched Parameters
<i
class="fa fa-info-circle"
class="fa fa-info-circle primary-color"
nifiTooltip
[tooltipComponentType]="TextTip"
tooltipInputData="Discovered parameters from the selected parameter group."></i>
Expand All @@ -219,7 +219,7 @@ <h2 mat-dialog-title>Fetch Parameters</h2>
<div class="flex flex-row items-center gap-x-2">
Select Parameters To Be Set As Sensitive
<i
class="fa fa-info-circle"
class="fa fa-info-circle primary-color"
nifiTooltip
[tooltipComponentType]="TextTip"
tooltipInputData="Only parameters that are not referenced can be modified."></i>
Expand Down Expand Up @@ -301,7 +301,7 @@ <h2 mat-dialog-title>Fetch Parameters</h2>
<div class="flex flex-row items-center gap-x-2">
Parameter Contexts To Create
<i
class="fa fa-info-circle"
class="fa fa-info-circle primary-color"
nifiTooltip
[tooltipComponentType]="TextTip"
tooltipInputData="Parameter groups set to be created as parameter contexts, pending apply."></i>
Expand All @@ -316,7 +316,7 @@ <h2 mat-dialog-title>Fetch Parameters</h2>
<div class="flex flex-row items-center gap-x-2">
Parameter Contexts To Update
<i
class="fa fa-info-circle"
class="fa fa-info-circle primary-color"
nifiTooltip
[tooltipComponentType]="TextTip"
tooltipInputData="Synced parameter contexts to be updated, pending apply."></i>
Expand All @@ -331,7 +331,7 @@ <h2 mat-dialog-title>Fetch Parameters</h2>
<div class="flex flex-row items-center gap-x-2">
Referencing Components
<i
class="fa fa-info-circle"
class="fa fa-info-circle primary-color"
nifiTooltip
[tooltipComponentType]="TextTip"
tooltipInputData="Components referencing this selected parameter."></i>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@
</div>
@if (hasExtraWhitespace(value)) {
<div
class="fa fa-info primary-color"
class="fa fa-info-circle primary-color"
nifiTooltip
[tooltipComponentType]="TextTip"
tooltipInputData="The specified value contains leading and/or trailing whitespace character(s). This could produce unexpected results if it was not intentional."></div>
Expand Down

0 comments on commit 5193436

Please sign in to comment.