ffdd647 Resize topology graph canvas according to window size

2 files Authored by pvomacka 8 years ago, Committed by pvoborni 8 years ago,
    Resize topology graph canvas according to window size
    
    The size of svg element is calculated when the topology graph facet is load
    and then every time when the window is resized. The resize event listener
    is removed after the topology graph facet emits hide event.
    
    https://fedorahosted.org/freeipa/ticket/5647
    
    Reviewed-By: Petr Vobornik <pvoborni@redhat.com>