Browse Source

add timeout

master
zeus 2 years ago
parent
commit
8dfea7e364
  1. 2
      dist/index.html
  2. 2
      dist/js/app.0286ab9c.js
  3. 1
      dist/js/app.0286ab9c.js.map
  4. 2
      dist/js/app.65e30de0.js
  5. 1
      dist/js/app.65e30de0.js.map
  6. 9
      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.0286ab9c.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.0286ab9c.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.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>

2
dist/js/app.0286ab9c.js

File diff suppressed because one or more lines are too long

1
dist/js/app.0286ab9c.js.map

File diff suppressed because one or more lines are too long

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

9
src/components/mynetwork/mytable.vue

@ -985,18 +985,19 @@ if(pocurlcodeserver != 'no'){
}
}
*/
if(pocurletherpadserver != 'no'){
if(pocurletherpadserverttyd != 'no'){
info += '<hr>'
info +='<p class="text-info">'
info += '<a href="'+pocurletherpadserver+'" target="_blank">Click here to open Web App</a>'
info += '<a href="'+pocurletherpadserverttyd+'" target="_blank"> - OR -<br>Click to open Terminal emulator</a>'
info +='</p>'
info += '<hr>'
}
if(pocurletherpadserverttyd != 'no'){
if(pocurletherpadserver != 'no'){
info += '<hr>'
info +='<p class="text-info">'
info += '<a href="'+pocurletherpadserverttyd+'" target="_blank">Click here to open a Terminal emulator for instance</a>'
info += '<a href="'+pocurletherpadserver+'" target="_blank">Click here to open Web App</a>'
info +='</p>'
info += '<hr>'
}

Loading…
Cancel
Save