Browse Source

edit

master
zeus 2 years ago
parent
commit
93b3ab9c8e
  1. 2
      dist/index.html
  2. 2
      dist/js/app.aa9c08fb.js
  3. 1
      dist/js/app.aa9c08fb.js.map
  4. 2
      dist/js/app.b7b25c9f.js
  5. 1
      dist/js/app.b7b25c9f.js.map
  6. 2
      src/components/manageservices/calendarview.vue
  7. 3
      src/components/mynetwork/mytable.vue
  8. 8
      src/config/index-web.js

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.aa9c08fb.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.aa9c08fb.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.b7b25c9f.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.b7b25c9f.js"></script></body></html>

2
dist/js/app.aa9c08fb.js

File diff suppressed because one or more lines are too long

1
dist/js/app.aa9c08fb.js.map

File diff suppressed because one or more lines are too long

2
dist/js/app.b7b25c9f.js

File diff suppressed because one or more lines are too long

1
dist/js/app.b7b25c9f.js.map

File diff suppressed because one or more lines are too long

2
src/components/manageservices/calendarview.vue

@ -27,7 +27,7 @@ Swarmlab provides you with all the required tools, tools to teach work or try ou
</div>
<br>
<p>Swarmlab, up and running since 2020, is already used for teaching teaching purposes in a university and has proven itself as a powerful tool in the post covid remote-based situation.</p>
<p>Swarmlab, up and running since 2020, is already used for teaching purposes in a university and has proven itself as a powerful tool in the post covid remote-based situation.</p>
<br>

3
src/components/mynetwork/mytable.vue

@ -750,6 +750,7 @@ if(pocurlcodeserver != 'no'){
}
var urlgenWEB = this.hybridshowdata.Names.split('_');
console.log('urlgenWEB '+urlgenWEB)
var pocurletherpadserver = 'no'
for(var i = 0; i < ApiConfigWEB.length; i++) {
var obWEB = ApiConfigWEB[i];
@ -758,7 +759,7 @@ if(pocurlcodeserver != 'no'){
if(swarmlabinstance1cda1.test(this.hybridshowdata.Ports)){
var splitcda1 = this.hybridshowdata.Ports.split(':')
var splitcd1a1 = splitcda1[1].split('-')
pocurletherpadserver = 'http://localhost:'+splitcd1a1[0]+'/?token='+this.token
pocurletherpadserver = obWEB.url+'://localhost:'+splitcd1a1[0]+'/?token='+this.token
}
}

8
src/config/index-web.js

@ -4,6 +4,14 @@ export const ApiConfigWEB = [
{
"name": "microservice-etherpad",
"automated": true,
"url": 'http',
"version": 0,
"port": 0
},
{
"name": "jitsiweb",
"automated": true,
"url": 'https',
"version": 0,
"port": 0
}

Loading…
Cancel
Save