1
0
mirror of https://github.com/bingohuang/docker-labs.git synced 2025-10-05 18:03:21 +08:00

Change attach URL

This commit is contained in:
Marcos Lilljedahl
2016-10-08 10:32:40 +02:00
parent b6b849e2c6
commit 62936fcfc9
4 changed files with 8 additions and 8 deletions

View File

@@ -36,7 +36,10 @@
$scope.showInstance($scope.instances[0]);
}
}, function(response) {
console.log('error', response);
if (response.status == 404) {
document.write('session not found');
return
}
});
}