zeus 2 years ago
parent
commit
198329150a
  1. 2
      dist/index.html
  2. 2
      dist/js/app.183d7804.js
  3. 1
      dist/js/app.183d7804.js.map
  4. 2
      dist/js/app.64c05c96.js
  5. 1
      dist/js/app.64c05c96.js.map
  6. 6
      src/components/mynetwork/availablemicroservices.vue
  7. 36
      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.183d7804.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.183d7804.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.64c05c96.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.64c05c96.js"></script></body></html>

2
dist/js/app.183d7804.js

File diff suppressed because one or more lines are too long

1
dist/js/app.183d7804.js.map

File diff suppressed because one or more lines are too long

2
dist/js/app.64c05c96.js

File diff suppressed because one or more lines are too long

1
dist/js/app.64c05c96.js.map

File diff suppressed because one or more lines are too long

6
src/components/mynetwork/availablemicroservices.vue

@ -71,11 +71,11 @@
>
Instances </button>
<input type="text"
class="form-control"
class="form-control text-info"
aria-label="Small" aria-describedby="inputGroup-sizing-sm"
placeholder="Number of Instances"
disabled
v-model="hybridoptions.size"
v-model="up_name"
>
<!--
<button class="btn btn-outline-secondary"
@ -90,8 +90,8 @@
disabled
v-model="hybridoptions.port"
>
<div class="text-info">{{ up_name }}</div>
-->
<div class="text-info">{{ up_name }}</div>
<button class="btn btn-outline-success"
round
type="button"

36
src/config/index-web.js

@ -127,6 +127,15 @@ export const ApiConfigWEB = [
"ttydport": "3787/tcp",
"ttydurl": 'http'
},
{
"name": "microservice-xelatexthesis",
"app": false,
"url": 'http',
"port": "80/tcp",
"ttyd": true,
"ttydport": "3787/tcp",
"ttydurl": 'http'
},
{
"name": "microservice-snmpsim",
"app": false,
@ -135,5 +144,32 @@ export const ApiConfigWEB = [
"ttyd": true,
"ttydport": "3787/tcp",
"ttydurl": 'http'
},
{
"name": "microservice-ansible",
"app": false,
"url": 'http',
"port": "80/tcp",
"ttyd": true,
"ttydport": "3787/tcp",
"ttydurl": 'http'
},
{
"name": "microservice-wireshark",
"app": false,
"url": 'http',
"port": "80/tcp",
"ttyd": true,
"ttydport": "3787/tcp",
"ttydurl": 'http'
},
{
"name": "microservice-redisserver",
"app": false,
"url": 'http',
"port": "80/tcp",
"ttyd": true,
"ttydport": "3787/tcp",
"ttydurl": 'http'
}
];

Loading…
Cancel
Save