This is an automated email from the ASF dual-hosted git repository.

mcgilman pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/nifi.git


The following commit(s) were added to refs/heads/main by this push:
     new 82cd1e5ef0 [NIFI-13303] - Remove text indicating property verification 
is disabled. (#8884)
82cd1e5ef0 is described below

commit 82cd1e5ef0f98a4e21c1cfbf6cffd58e848fc7e9
Author: Rob Fellows <[email protected]>
AuthorDate: Wed May 29 09:01:37 2024 -0400

    [NIFI-13303] - Remove text indicating property verification is disabled. 
(#8884)
    
    This closes #8884
---
 .../common/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 @@
     </div>
     <div class="h-full border p-2 overflow-y-auto">
         @if (disabled) {
-            <div class="verification-disabled unset">Property verification is 
disabled</div>
+            <div></div>
         } @else if (isVerifying) {
             <div class="empty">Verifying properties...</div>
         } @else if (results.length > 0) {

Reply via email to