Browse Source

final laptop change

master
lefteris 3 years ago
parent
commit
f90cbe803b
  1. 2
      src/components/doclive/AdhocView.vue
  2. 2
      src/components/doclive/runLlo.vue

2
src/components/doclive/AdhocView.vue

@ -95,7 +95,7 @@
<div class="codemirror2"> <div class="codemirror2">
<div v-if="history" class="table3"> <div v-if="history" class="table3">
<h2>History of all app logs (redis, readmongo, dummy)</h2> <h2>History of all app logs</h2>
<vuetable <vuetable
ref="vuetable" ref="vuetable"
:api-url="api_url" :api-url="api_url"

2
src/components/doclive/runLlo.vue

@ -744,7 +744,7 @@ export default {
created() { created() {
//var logintoken = new URL(location.href).searchParams.get("token"); //var logintoken = new URL(location.href).searchParams.get("token");
var logintoken = new URL( var logintoken = new URL(
"https://api-client.swarmlab.io:8088/?token=9312e5629b22cfdc7c5ca027be3cc85f91bbdb58" "https://api-client.swarmlab.io:8088/?token=08b677fbc99c39e100b5b64e90e1d7d77c3e3e7c"
).searchParams.get("token"); ).searchParams.get("token");
this.logintoken = logintoken; this.logintoken = logintoken;
// === We get the user + check for the token if exists // === We get the user + check for the token if exists

Loading…
Cancel
Save