Browse Source

add timeout

master
zeus 2 years ago
parent
commit
554a4fc00a
  1. 2
      dist/index.html
  2. 2
      dist/js/app.65e30de0.js
  3. 1
      dist/js/app.65e30de0.js.map
  4. 2
      dist/js/app.c94ad443.js
  5. 1
      dist/js/app.c94ad443.js.map
  6. 26
      src/components/mynetwork/mytable.vue

2
dist/index.html

@ -1 +1 @@
<!DOCTYPE html><html lang=""><head><meta charset="utf-8"><meta http-equiv="X-UA-Compatible" content="IE=edge"><meta name="viewport" content="width=device-width,initial-scale=1"><title>Vue App</title><link href="/css/app.25658f84.css" rel="preload" as="style"><link href="/css/chunk-vendors.e469b508.css" rel="preload" as="style"><link href="/js/app.65e30de0.js" rel="preload" as="script"><link href="/js/chunk-vendors.d8d18fe6.js" rel="preload" as="script"><link href="/css/chunk-vendors.e469b508.css" rel="stylesheet"><link href="/css/app.25658f84.css" rel="stylesheet"></head><body><div id="app"></div><script src="/js/chunk-vendors.d8d18fe6.js"></script><script src="/js/app.65e30de0.js"></script></body></html>
<!DOCTYPE html><html lang=""><head><meta charset="utf-8"><meta http-equiv="X-UA-Compatible" content="IE=edge"><meta name="viewport" content="width=device-width,initial-scale=1"><title>Vue App</title><link href="/css/app.25658f84.css" rel="preload" as="style"><link href="/css/chunk-vendors.e469b508.css" rel="preload" as="style"><link href="/js/app.c94ad443.js" rel="preload" as="script"><link href="/js/chunk-vendors.d8d18fe6.js" rel="preload" as="script"><link href="/css/chunk-vendors.e469b508.css" rel="stylesheet"><link href="/css/app.25658f84.css" rel="stylesheet"></head><body><div id="app"></div><script src="/js/chunk-vendors.d8d18fe6.js"></script><script src="/js/app.c94ad443.js"></script></body></html>

2
dist/js/app.65e30de0.js

File diff suppressed because one or more lines are too long

1
dist/js/app.65e30de0.js.map

File diff suppressed because one or more lines are too long

2
dist/js/app.c94ad443.js

File diff suppressed because one or more lines are too long

1
dist/js/app.c94ad443.js.map

File diff suppressed because one or more lines are too long

26
src/components/mynetwork/mytable.vue

@ -694,6 +694,13 @@ info +=' <b>Click on hyperlink opens Directory in new tab</b></p>'
var log = await store.dispatch("pipelineLLO/getmountinfo",{
instance:this.hybridshowdata.Names
})
var pocmypathtmp1 = log.data.mypath
var myNetwork1 = this.hybridshowdata.Networks.split('_')
var pocmypath1 = pocmypathtmp1 + myNetwork1[0]
var pocmypathinfo1 = ''
if(pocmypath1 != ''){
pocmypathinfo1 += '<b>Project BaseDir:</b> '+pocmypath1
}
var info=`<h5><b>Base Directory - Persistent data</b><br>
<br>
`
@ -714,9 +721,12 @@ info +='<tr><td><b>Local</b></td><td><i>Container</i></td></tr>'
}
}
info +=' </table>'
info += '<br><p>'
info += pocmypathinfo1
info += '</p>'
this.$swal({
type: 'Info',
title: 'Info!',
//title: 'Info!',
icon:'info',
html: info,
showCloseButton: true,
@ -824,7 +834,8 @@ info +=' </table>'
var juurlok = juurl[0].trim();
//build url
var openuerlju = `http://${juurlok}/?token=${jutokenok}`
var info=`<h5>You can connect to the same contained process multiple times simultaneously, from different sessions.<br>
//var info=`<h5>You can connect to the same contained process multiple times simultaneously, from different sessions.<br>
var info=`<h5>
<br>
<b>Click
<a class="text-info" href="${openuerlju}" target="_blank">here to open</a></span>
@ -901,9 +912,8 @@ info +=' </table>'
}
//var Localpath = JSON.parse(log.data.test)
var info=`<h5>You can connect to the same contained process multiple times simultaneously, from different sessions on the Docker host.<br>
var info=`<h5>
<hr>
<br>
<b>Open a terminal and Run*:</b>
<br>
<br>
@ -989,7 +999,7 @@ if(pocurlcodeserver != 'no'){
if(pocurletherpadserverttyd != 'no'){
info += '<hr>'
info +='<p class="text-info">'
info += '<a href="'+pocurletherpadserverttyd+'" target="_blank"> - OR -<br>Click to open Terminal emulator</a>'
info += '<a class="text-info" href="'+pocurletherpadserverttyd+'" target="_blank"> - OR -<br>Click to open Terminal emulator</a>'
info +='</p>'
info += '<hr>'
}
@ -997,7 +1007,7 @@ if(pocurletherpadserverttyd != 'no'){
if(pocurletherpadserver != 'no'){
info += '<hr>'
info +='<p class="text-info">'
info += '<a href="'+pocurletherpadserver+'" target="_blank">Click here to open Web App</a>'
info += '<a class="text-secondary" href="'+pocurletherpadserver+'" target="_blank">Click here to open Web App</a>'
info +='</p>'
info += '<hr>'
}
@ -1009,6 +1019,7 @@ if(pocmypath != ''){
pocmypathinfo += '<b>Project BaseDir:</b> '+pocmypath
}
/*
info +='<p class="text-secondary">'
info +=' <b>Directory Maps</b>'
info +='<br>'
@ -1031,10 +1042,11 @@ info +='<b>*</b> App with GUI: xhost +local:docker <br>'
info +='<br>'
info +='This permits the docker user on the local machine to connect to X windows display.<br>'
//console.log('test1 '+JSON.stringify(this.hybridshowdata))
*/
this.$swal({
type: 'Info',
title: 'Info!',
//title: 'Info!',
icon:'info',
html: info,
showCloseButton: true,

Loading…
Cancel
Save