Show connect/disconnect button if connection info fetch failed

This commit is contained in:
Dan Sosedoff
2016-11-05 22:51:10 -05:00
parent a3c341b5b4
commit 72325a6cbc
2 changed files with 3 additions and 2 deletions
+2 -2
View File
File diff suppressed because one or more lines are too long
+1
View File
@@ -1097,6 +1097,7 @@ $(document).ready(function() {
if (resp.error) {
connected = false;
showConnectionSettings();
$(".connection-actions").show();
}
else {
connected = true;