mirror of https://github.com/apache/nifi.git
[NIFI-13303] - Remove text indicating property verification is disabled. (#8884)
This closes #8884
This commit is contained in:
parent
ffa5e8473d
commit
82cd1e5ef0
|
@ -26,7 +26,7 @@
|
||||||
</div>
|
</div>
|
||||||
<div class="h-full border p-2 overflow-y-auto">
|
<div class="h-full border p-2 overflow-y-auto">
|
||||||
@if (disabled) {
|
@if (disabled) {
|
||||||
<div class="verification-disabled unset">Property verification is disabled</div>
|
<div></div>
|
||||||
} @else if (isVerifying) {
|
} @else if (isVerifying) {
|
||||||
<div class="empty">Verifying properties...</div>
|
<div class="empty">Verifying properties...</div>
|
||||||
} @else if (results.length > 0) {
|
} @else if (results.length > 0) {
|
||||||
|
|
Loading…
Reference in New Issue