-
+
@@ -376,29 +377,28 @@ export default {
{
name: "container_id",
title: "Container_id",
- width: "30%",
+ width: "13%",
},
{
name: "log",
title: "Log",
- width: "30%",
+ width: "40%",
},
{
name: "container_name",
title: "Container Name",
- width: "15%",
+ width: "17%",
},
{
name: "source",
title: "Source",
- width: "5%",
+ width: "8%",
},
-
{
name: "time",
title: "Time",
- width: "20%",
+ width: "22%",
},
],
log_path: [],
@@ -742,7 +742,7 @@ export default {
created() {
//var logintoken = new URL(location.href).searchParams.get("token");
var logintoken = new URL(
- "https://api-client.swarmlab.io:8088/?token=daa93d51084c246f1670222d702732345d68f6ec"
+ "https://api-client.swarmlab.io:8088/?token=82309bbfc2fb9d86bc45e60f347c6d1f8f11f677"
).searchParams.get("token");
this.logintoken = logintoken;
// === We get the user + check for the token if exists
@@ -1066,7 +1066,7 @@ export default {
this.localDataOut.push(tmp);
this.localData.push(tmp);
- console.log("HEY " + JSON.stringify(test));
+ // console.log("HEY " + JSON.stringify(test));
} else if (val.container_name == "/redisserver") {
var tmplog = val;
//timestamp
@@ -1141,8 +1141,9 @@ button {
.conid:hover {
transition: 0.7s;
width: 580px;
- background-color: rgb(63, 61, 61);
+ background-color: rgb(49, 49, 49);
color: #fff;
+ position: relative;
border-radius: 6px;
padding: 5px;
}