59cf901 web ui: do not provide Remove button in subid page

Authored and Committed by abbra 2 years ago
    web ui: do not provide Remove button in subid page
    
    subid range management does not allow to delete ranges
    
    If subid range was allocated, it cannot be removed because there might
    be file objects associated with it on one of IPA clients.
    
    In Web UI a button to remove the range should not be shown.
    
    Remove corresponding test from the Web UI test for subid as the button
    to remove the subid range is not present anymore.
    
    Fixes: https://pagure.io/freeipa/issue/9150
    
    Signed-off-by: Alexander Bokovoy <abokovoy@redhat.com>
    Reviewed-By: Armando Neto <abiagion@redhat.com>