mirror of
https://github.com/apache/nifi.git
synced 2025-03-03 16:09:19 +00:00
[NIFI-13492] fa-info-circle icon apply primary color (#9062)
This closes #9062
This commit is contained in:
parent
90c58a88a7
commit
5193436a53
@ -65,7 +65,7 @@
|
||||
<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>
|
||||
@ -80,7 +80,7 @@
|
||||
<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>
|
||||
@ -95,7 +95,7 @@
|
||||
<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>
|
||||
@ -133,7 +133,7 @@
|
||||
<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>
|
||||
@ -195,7 +195,7 @@
|
||||
<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>
|
||||
@ -219,7 +219,7 @@
|
||||
<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>
|
||||
@ -301,7 +301,7 @@
|
||||
<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>
|
||||
@ -316,7 +316,7 @@
|
||||
<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>
|
||||
@ -331,7 +331,7 @@
|
||||
<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>
|
||||
|
@ -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>
|
||||
|
Loading…
x
Reference in New Issue
Block a user