Browse Source

debug 1

master
zeus 2 years ago
parent
commit
feef5a8a73
  1. 2
      dist/index.html
  2. 2
      dist/js/app.5b68ab43.js
  3. 1
      dist/js/app.5b68ab43.js.map
  4. 2
      dist/js/app.71eb0b0b.js
  5. 1
      dist/js/app.71eb0b0b.js.map
  6. 1
      src/components/mynetwork/availablemicroservices.vue
  7. 6
      src/components/mynetwork/availablemicroservicescustom.vue
  8. 1
      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.834ff37e.css" rel="preload" as="style"><link href="/css/chunk-vendors.e469b508.css" rel="preload" as="style"><link href="/js/app.71eb0b0b.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.71eb0b0b.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.5b68ab43.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.5b68ab43.js"></script></body></html>

2
dist/js/app.5b68ab43.js

File diff suppressed because one or more lines are too long

1
dist/js/app.5b68ab43.js.map

File diff suppressed because one or more lines are too long

2
dist/js/app.71eb0b0b.js

File diff suppressed because one or more lines are too long

1
dist/js/app.71eb0b0b.js.map

File diff suppressed because one or more lines are too long

1
src/components/mynetwork/availablemicroservices.vue

@ -1173,6 +1173,7 @@ info +=' <b>Click on hyperlink opens Directory in new tab</b></p>'
})
}
}
this.viewhybridoptions = false
this.refreshVuetable()
this.$root.$emit('hybrid_refresh_info_deploy_local')
this.$wait.end('myRunInstancetutorremove');

6
src/components/mynetwork/availablemicroservicescustom.vue

@ -643,6 +643,7 @@ export default {
})
}
}
this.viewhybridoptions = false
this.refreshVuetable()
this.$root.$emit('hybrid_refresh_info_deploy_local')
}
@ -873,6 +874,7 @@ export default {
this.refreshVuetable()
this.$root.$emit('hybrid_refresh_info_deploy_local')
}else if(action == 'run-install' ){
console.log(data)
this.swarmlabinfonow = true
this.$wait.start('myRunInstancetutorcustom');
this.hybridoptions.swarmlabname = data.swarmlabname
@ -889,12 +891,12 @@ export default {
value.size = this.hybridoptions.size
value.port = this.hybridoptions.port
/* check it
*/
var res = await store.dispatch('pipelineLLO/getswarmlabmicroserviceinfo', value.baseservice)
var swarmlab1info=res.data.swarmlabinfo
value.git = swarmlab1info
*/
//console.log('inf git 0 '+ JSON.stringify(value.swarmlabname))
//console.log('inf git 1 '+ JSON.stringify(res))
console.log('inf git 1 '+ JSON.stringify(res))
//console.log('inf '+ JSON.stringify(value))
var log = await store.dispatch("pipelineLLO/checkownercustom",{
token:this.token,

1
src/components/mynetwork/mytable.vue

@ -764,6 +764,7 @@ export default {
})
// from available myservices socket run here
this.$root.$on('hybrid_install_instance_custom', (data) => {
console.log(data)
this.swarmlabnamecustomdata = data.baseservicedata
this.swarmlabnamecustom = data.baseservice
this.swarmlabnamecustomservice = data.service

Loading…
Cancel
Save