Change containerDir path as /var/run is a special directory

This commit is contained in:
marcos
2018-01-13 20:21:24 -03:00
parent 5efbcf0fd8
commit 0e95554f31
4 changed files with 20 additions and 19 deletions

View File

@@ -443,7 +443,6 @@
};
$scope.openEditor = function(instance) {
console.log(instance);
var w = window.screen.availWidth * 45 / 100;
var h = window.screen.availHeight * 45 / 100;
$window.open('/sessions/' + instance.session_id + '/instances/'+instance.name+'/editor', 'editor',