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