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

ni3galave pushed a commit to branch ranger-2.3
in repository https://gitbox.apache.org/repos/asf/ranger.git

commit 8069bd2b8dbe1f08909d73f6ae35d8fc7d86a5e7
Author: Dhaval.Rajpara <[email protected]>
AuthorDate: Tue Mar 15 18:09:03 2022 +0530

    RANGER-3665 : No Data Found messages in Ranger admin UI alarm users
    
    Signed-off-by: Nitin Galave <[email protected]>
---
 .../src/main/webapp/templates/policies/RangerPolicyRO_tmpl.html         | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/security-admin/src/main/webapp/templates/policies/RangerPolicyRO_tmpl.html 
b/security-admin/src/main/webapp/templates/policies/RangerPolicyRO_tmpl.html
index f415577..1edfe24 100644
--- a/security-admin/src/main/webapp/templates/policies/RangerPolicyRO_tmpl.html
+++ b/security-admin/src/main/webapp/templates/policies/RangerPolicyRO_tmpl.html
@@ -199,7 +199,7 @@
                 </thead>
                 <tbody>
                     {{#ifCond this.policyItems.length '==' "0"}}
-                        <td class="emptySet text-muted" 
colspan='{{this.headers.length}}'>No Data Found !!</td>
+                        <td class="emptySet text-muted" 
colspan='{{this.headers.length}}'>No policy items of "{{this.title}}" are 
present</td>
                     {{else}}
                         {{#each this.policyItems}}
                             <tr>

Reply via email to