Show connect/disconnect button if connection info fetch failed
This commit is contained in:
@@ -1097,6 +1097,7 @@ $(document).ready(function() {
|
||||
if (resp.error) {
|
||||
connected = false;
|
||||
showConnectionSettings();
|
||||
$(".connection-actions").show();
|
||||
}
|
||||
else {
|
||||
connected = true;
|
||||
|
||||
Reference in New Issue
Block a user