cbd0dc9 Ticket 47485 - DS instance cannot be restored from remote console

Authored and Committed by mreynolds 9 years ago
    Ticket 47485 - DS instance cannot be restored from remote console
    
    Bug Description:  You can perform a backup from a remote console, but you
                      can not restore a backup from a remote console.  This
                      is because the console tries to validate the backup
                      directory on the same machine that the console runs from.
    
    Fix Description:  Check if the console is running locally, if it's not then
                      do not validate the path/directory, and allow the "OK"
                      button to be enabled.
    
    https://fedorahosted.org/389/ticket/47485
    
    Reviewed by: rmeggins(Thanks!)