Browse Source

add custom info

master
zeus 2 years ago
parent
commit
12e3376809
  1. 2
      dist/index.html
  2. 1
      dist/js/app.2dad24f8.js.map
  3. 4
      dist/js/app.c4055fbc.js
  4. 1
      dist/js/app.c4055fbc.js.map
  5. 3
      src/components/mynetwork/availablemicroservicescustom.vue
  6. 1
      src/components/mynetwork/buildermyservices.vue
  7. 25
      src/components/mynetwork/customservices.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.834ff37e.css" rel="preload" as="style"><link href="/css/chunk-vendors.e469b508.css" rel="preload" as="style"><link href="/js/app.2dad24f8.js" rel="preload" as="script"><link href="/js/chunk-vendors.dd2c43c6.js" rel="preload" as="script"><link href="/css/chunk-vendors.e469b508.css" rel="stylesheet"><link href="/css/app.834ff37e.css" rel="stylesheet"></head><body><div id="app"></div><script src="/js/chunk-vendors.dd2c43c6.js"></script><script src="/js/app.2dad24f8.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.834ff37e.css" rel="preload" as="style"><link href="/css/chunk-vendors.e469b508.css" rel="preload" as="style"><link href="/js/app.c4055fbc.js" rel="preload" as="script"><link href="/js/chunk-vendors.dd2c43c6.js" rel="preload" as="script"><link href="/css/chunk-vendors.e469b508.css" rel="stylesheet"><link href="/css/app.834ff37e.css" rel="stylesheet"></head><body><div id="app"></div><script src="/js/chunk-vendors.dd2c43c6.js"></script><script src="/js/app.c4055fbc.js"></script></body></html>

1
dist/js/app.2dad24f8.js.map

File diff suppressed because one or more lines are too long

4
dist/js/app.2dad24f8.js → dist/js/app.c4055fbc.js

File diff suppressed because one or more lines are too long

1
dist/js/app.c4055fbc.js.map

File diff suppressed because one or more lines are too long

3
src/components/mynetwork/availablemicroservicescustom.vue

@ -597,6 +597,9 @@ export default {
},
mounted() {
this.$root.$on('hybrid_build_micro_service_menou_refreshtable', () => {
this.refreshVuetableall()
})
this.$root.$on('hybrid_build_micro_service_menou_refreshtable', () => {
this.refreshVuetable()
//this.refreshVuetableall()
})

1
src/components/mynetwork/buildermyservices.vue

@ -356,6 +356,7 @@ export default {
service:this.swarmlab.service
})
this.refreshVuetable()
this.$root.$emit('hybrid_build_micro_service_menou_refreshtable')
if(log.data.action == 'ok'){
}else{

25
src/components/mynetwork/customservices.vue

@ -891,7 +891,18 @@ This way we have a centralized store for our projectss files
<br>
apk update && apk add --no-cache vim
<br>
<br>
<br>
*** install packages without user interaction! ***
<br>
<br>
e.g.
<br>
export DEBIAN_FRONTEND=noninteractive \
&& ln -fs /usr/share/zoneinfo/America/New_York /etc/localtime \
&& apt update \
&& apt-get install -y tzdata
<br>
<br>
The file needs to contain the commands in ONE LINE!
</em>
@ -1090,6 +1101,17 @@ Here you can make changes or install other software for example programs that ca
<br>
apk update &amp;&amp; apk add --no-cache vim
<br>
<br>
*** install packages without user interaction! ***
<br>
<br>
e.g.
<br>
export DEBIAN_FRONTEND=noninteractive \
&& ln -fs /usr/share/zoneinfo/America/New_York /etc/localtime \
&& apt update \
&& apt-get install -y tzdata
<br>
<br>
The file needs to contain the commands in ONE LINE!
@ -1101,6 +1123,7 @@ Here you can make changes or install other software for example programs that ca
<br>
<a href="https://wiki.alpinelinux.org/wiki/Package_management" target="_blank">Info</a>
`

Loading…
Cancel
Save