1
0
mirror of https://github.com/OpenNebula/one.git synced 2025-03-16 22:50:10 +03:00

B OpenNebula/one#5434: Fix sunstone socket (#1330)

This commit is contained in:
Sergio Betanzos 2021-06-23 17:07:59 +02:00 committed by GitHub
parent 0ab32d806a
commit 1e6d3b6102
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -45,8 +45,7 @@ define(function (require) {
};
var _start = function (fireedgeToken="") {
/*
/*
// This code is disabled to forbid the autorefresh feature
@ -130,8 +129,7 @@ define(function (require) {
Sunstone.getDataTable(tab_id).waitingNodes();
Sunstone.runAction(object + ".list", {force: true});
}
} */
}
});
// Close Socket when close browser or tab.
@ -144,7 +142,7 @@ define(function (require) {
}
else{
connection = STATUS.DISCONNECTED;
}
} */
};
var websocket = {