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:
parent
0ab32d806a
commit
1e6d3b6102
@ -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 = {
|
||||
|
Loading…
x
Reference in New Issue
Block a user