You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ranger.apache.org by ni...@apache.org on 2022/03/16 13:38:56 UTC

[ranger] 02/02: RANGER-3665 : No Data Found messages in Ranger admin UI alarm users

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

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

commit e989bfa1c334a5204da084d501e4bec4c6b88491
Author: Dhaval.Rajpara <dh...@gmail.com>
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 <ni...@apache.org>
---
 .../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>