stats first try

This commit is contained in:
Marc Wäckerlin
2016-01-21 15:58:36 +00:00
parent 0002e3d930
commit 4546f0e2eb
2 changed files with 39 additions and 4 deletions

View File

@@ -413,7 +413,7 @@ function Docker() {
$("#popup6").click(function() {
var download = document.createElement('a');
download.href = 'data:application/json,'
+ encodeURI(JSON.stringify(_containers.creation(name), null, 2));
+ encodeURI(JSON.stringify(_containers.configuration(name), null, 2));
download.target = '_blank';
download.download = name+'.json';
var clickEvent = new MouseEvent("click", {