From 82cd1e5ef0f98a4e21c1cfbf6cffd58e848fc7e9 Mon Sep 17 00:00:00 2001 From: Rob Fellows Date: Wed, 29 May 2024 09:01:37 -0400 Subject: [PATCH] [NIFI-13303] - Remove text indicating property verification is disabled. (#8884) This closes #8884 --- .../property-verification/property-verification.component.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-frontend/src/main/nifi/src/app/ui/common/property-verification/property-verification.component.html b/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-frontend/src/main/nifi/src/app/ui/common/property-verification/property-verification.component.html index 4f5cf4c6a8..cba71cb9fa 100644 --- a/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-frontend/src/main/nifi/src/app/ui/common/property-verification/property-verification.component.html +++ b/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-frontend/src/main/nifi/src/app/ui/common/property-verification/property-verification.component.html @@ -26,7 +26,7 @@
@if (disabled) { -
Property verification is disabled
+
} @else if (isVerifying) {
Verifying properties...
} @else if (results.length > 0) {