Show connect/disconnect button if connection info fetch failed
This commit is contained in:
parent
a3c341b5b4
commit
72325a6cbc
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;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user