Browse Source

add r

master
zeus 2 years ago
parent
commit
60d943cefa
  1. 2
      dist/index.html
  2. 2
      dist/js/app.8245c768.js
  3. 1
      dist/js/app.8245c768.js.map
  4. 2
      dist/js/app.e836f85c.js
  5. 1
      dist/js/app.e836f85c.js.map
  6. 3
      src/components/mynetwork/availablemicroservices.vue
  7. 25
      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.e836f85c.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.e836f85c.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.8245c768.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.8245c768.js"></script></body></html>

2
dist/js/app.8245c768.js

File diff suppressed because one or more lines are too long

1
dist/js/app.8245c768.js.map

File diff suppressed because one or more lines are too long

2
dist/js/app.e836f85c.js

File diff suppressed because one or more lines are too long

1
dist/js/app.e836f85c.js.map

File diff suppressed because one or more lines are too long

3
src/components/mynetwork/availablemicroservices.vue

@ -618,7 +618,8 @@ export default {
var res = await store.dispatch('pipelineLLO/getswarmlabmicroserviceinfo', value.swarmlabname)
var swarmlab1info=res.data.swarmlabinfo
value.git = swarmlab1info
//console.log('inf git 1 '+ JSON.stringify(swarmlab1info))
console.log('inf git 0 '+ JSON.stringify(value.swarmlabname))
console.log('inf git 1 '+ JSON.stringify(res))
//console.log('inf '+ JSON.stringify(value))
var log = await store.dispatch("pipelineLLO/checkowner",{
token:this.token,

25
src/config/index-web.js

@ -32,8 +32,8 @@ export const ApiConfigWEB = [
"name": "microservice-novnclite",
"app": true,
"url": 'http',
"port": "80/tcp",
"ttyd": false,
"port": "6901/tcp",
"ttyd": true,
"ttydport": "3787/tcp",
"ttydurl": 'http'
},
@ -252,5 +252,26 @@ export const ApiConfigWEB = [
"ttyd": true,
"ttydport": "3787/tcp",
"ttydurl": 'http'
},
{
"name": "microservice-octave",
"app": true,
"url": 'http',
"port": "6901/tcp",
"ttyd": true,
"ttydport": "3787/tcp",
"ttydurl": 'http'
},
{
"name": "microservice-r",
"app": true,
"url": 'http',
"port": "6901/tcp",
"ttyd": true,
"ttydport": "3787/tcp",
"ttydurl": 'http',
"app1": true,
"url1": 'http',
"port1": "8787/tcp"
}
];

Loading…
Cancel
Save