dd45278 webui: disable batch action buttons by default

Authored and Committed by pvoborni 9 years ago
    webui: disable batch action buttons by default
    
    action buttons associated with batch actions were enabled by default, but
    they were disabled right after facet creation and a load of data. It caused
    a visual flicker.
    
    UX is enhanced by making them disabled by default.
    
    Reviewed-By: Endi Sukma Dewata <edewata@redhat.com>