6027a81 webui: do not warn about CAs if there is only one master

1 file Authored by pvoborni 7 years ago, Committed by mbasti 7 years ago,
    webui: do not warn about CAs if there is only one master
    
    Web UI showed pop-up dialog which recommends to install additional CA in
    topology section when only 1 CA existed even if there was only one master.
    
    Though behind the pop-up is to prevent situation, where multiple replicas
    are installed but neither with --setup-ca option and thus risking to loose
    CA when original master is lost.
    
    The warning was displayed also if only one IPA server exists. It is unnecessary
    to annoy admin only about CA because the entire IPA is not duplicated.
    
    Therefore the pop-up is now shown only one IPA server exists.
    
    https://pagure.io/freeipa/issue/6598
    
    Reviewed-By: Stanislav Laznicka <slaznick@redhat.com>