Browse Source

add editor 1

master
zeus 2 years ago
parent
commit
44af6544e6
  1. 2
      dist/index.html
  2. 2
      dist/js/app.47b8cfe9.js
  3. 1
      dist/js/app.47b8cfe9.js.map
  4. 2
      dist/js/app.860106c2.js
  5. 1
      dist/js/app.860106c2.js.map
  6. 16
      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.25658f84.css" rel="preload" as="style"><link href="/css/chunk-vendors.e469b508.css" rel="preload" as="style"><link href="/js/app.47b8cfe9.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.47b8cfe9.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.860106c2.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.860106c2.js"></script></body></html>

2
dist/js/app.47b8cfe9.js

File diff suppressed because one or more lines are too long

1
dist/js/app.47b8cfe9.js.map

File diff suppressed because one or more lines are too long

2
dist/js/app.860106c2.js

File diff suppressed because one or more lines are too long

1
dist/js/app.860106c2.js.map

File diff suppressed because one or more lines are too long

16
src/components/mynetwork/mytable.vue

@ -4,6 +4,15 @@
<img class="avatar border-white" src="@/assets/img/docker.png" alt="...">
</div>
<v-wait for="myRunInstanceeditor">
<template slot="waiting">
<div>
<img src="@/assets/loading.gif" />
Enter Editor...
</div>
</template>
</v-wait>
<b-container fluid class="bv-example-row">
<div class="row text-center">
<div class="col-12">
@ -45,7 +54,7 @@
>
Web</button>
<button
v-if="webinterfacegeneric"
v-if="webinterfacegeneric && hybridshowdata.Names"
class="btn btn-outline-info"
round
type="button"
@ -113,7 +122,7 @@
<div class="input-group input-group-sm sm-3">
<div class="input-group-prepend float-center">
<button
v-if="webinterfacegenericedit"
v-if="webinterfacegenericedit && hybridshowdata.Names"
class="btn btn-outline-success"
round
type="button"
@ -628,6 +637,7 @@ export default {
//console.log('startobj ' + JSON.stringify(obj))
////console.log(this.$socket.client.connect())
}else if(action == 'basedireditor'){
this.$wait.start('myRunInstanceeditor');
var log = await store.dispatch("pipelineLLO/runeditor",{
token:this.token,
instance:this.hybridshowdata.Names
@ -1401,6 +1411,8 @@ info +=' <b>Click on hyperlink opens Editor in new tab</b></p>'
focusCancel: true,
confirmButtonText: 'Ok!'
})
// this.webinterfacegenericedit = false
this.$wait.end('myRunInstanceeditor');
}
//this.$root.$emit('hybrid_refresh_table_storage')

Loading…
Cancel
Save