Support Article
Security image does not display on the Ruleset form
SA-83510
Summary
On the Ruleset ruleform, the security lock icon does not display.
Error Messages
Not Applicable
Steps to Reproduce
Open any ruleset.

Root Cause
A defect or configuration issue in the operating environment.
Resolution
Perform the following local-change:
Add the below code in the UserWorkForm:
<script>
$( document ).ready(function() {
$("[src*='pztab_bar_security']" ).parent().css( "width", "15px" );
});
</script>
Published August 19, 2019 - Updated December 2, 2021
Have a question? Get answers now.
Visit the Collaboration Center to ask questions, engage in discussions, share ideas, and help others.