mirror of
https://github.com/bingohuang/docker-labs.git
synced 2025-07-14 18:27:25 +08:00
commit
9904813fff
@ -86,7 +86,7 @@
|
|||||||
});
|
});
|
||||||
|
|
||||||
socket.on('session end', function() {
|
socket.on('session end', function() {
|
||||||
$scope.showAlert('Session timedout!', 'Your session has expire and all your instances has been deleted.', '#sessionEnd')
|
$scope.showAlert('Session timed out!', 'Your session has expired and all of your instances have been deleted.', '#sessionEnd')
|
||||||
$scope.isAlive = false;
|
$scope.isAlive = false;
|
||||||
});
|
});
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user