stats first try
This commit is contained in:
		@@ -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", {
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user