Security

last person joined: yesterday 

Forum to discuss Enterprise security using HPE Aruba Networking NAC solutions (ClearPass), Introspect, VIA, 360 Security Exchange, Extensions, and Policy Enforcement Firewall (PEF).
Expand all | Collapse all

Clearpass Guest Manage Devices remove print icon

This thread has been viewed 6 times
  • 1.  Clearpass Guest Manage Devices remove print icon

    Posted Apr 08, 2020 09:53 AM

    Hi,

     

    I used this topic to remove the print options in an operator profile

    https://community.arubanetworks.com/t5/Security/How-to-remove-the-print-option-from-operators/td-p/226731

    by adding

    <div>
    <form name="print_templates_form" style="display: none">
    </form>
    </div>

    in the footer of the form and the list views  the operator profile is using but it does not remove the print icon when you select a device in  Manage Device view

    manage device view.jpg

    Inspect shows the item to be in the mac_list_action_row_print form but adding 

    <form name="mac_list_action_row_print" style="display: none">
    </form>

    to the footer of the mac_list view does not work

     

    These forms and views are used for MPSK zo there's no need for printing receipts.

     

    Can anyone help out?

     

    thanks

    Erik

     

     

     

     



  • 2.  RE: Clearpass Guest Manage Devices remove print icon

    EMPLOYEE
    Posted Apr 10, 2020 12:35 AM

    Hi,

     

    I don't see an easy way to remove/hide the print option since the mac_list form is not exposed in the UI.

    You may try removing permission to the operator under each print templates. This will not remove/hide the print option, just don't show print templates selection when you click on it (in a way prevent print option). 



  • 3.  RE: Clearpass Guest Manage Devices remove print icon
    Best Answer

    EMPLOYEE
    Posted Apr 11, 2020 02:19 PM

    Each of those actions has a common ID selector.

     

    Add this into the Header HTML or Footer HTML of mac_list and/or guest_users Views.

     

     

    {literal}<style type="text/css">
    #guest_users_action_row_print, #mac_list_action_row_print {
    display:none;
    }
    </style>{/literal}

     



  • 4.  RE: Clearpass Guest Manage Devices remove print icon

    Posted Apr 14, 2020 03:22 AM

    thanks for that. Just what I was looking for.

     

    Most of them are linked to rights in the operator profile but would like to know if there is a list of common ID's available for the different icons?

     

    thanks,

    Erik



  • 5.  RE: Clearpass Guest Manage Devices remove print icon

    EMPLOYEE
    Posted Apr 14, 2020 08:36 AM

    If you right-click and Inspect, which I think most browsers have now, you can see them.  The ID follow:

     

    '#' + view name + '_action_row_' + ACTION

     

    Where ACTION is one of:

    Devices:

    • change_expiration
    • remove
    • edit
    • sessions
    • print
    • details

    Guest extras:

    • reset_password