+
+
+
`
+
+
+
+ this.$swal({
+ title: '
HowTo',
+ type: 'info',
+ html: html1,
+ showCloseButton: true,
+ showLoaderOnConfirm: false,
+ allowOutsideClick: false
+ })
}
},
@@ -420,6 +496,8 @@ export default {
},
created () {
+ this.token = new URL(location.href).searchParams.get('token');
+ this.swarmlabname = new URL(location.href).searchParams.get('swarmlabname');
}
};
diff --git a/src/store/modules/create_pipelineLLO.js b/src/store/modules/create_pipelineLLO.js
index 0beea8b..621e744 100644
--- a/src/store/modules/create_pipelineLLO.js
+++ b/src/store/modules/create_pipelineLLO.js
@@ -112,6 +112,10 @@ export default {
}
}
},
+ async hotreload({commit,rootGetters}, value) {
+ console.log(value.token)
+ console.log(value.swarmlabname)
+ },
setScriptllo({commit}, value) {
//console.log("container "+value)
commit('setllo', value)