Fixing linting & adding documentation

This commit is contained in:
c0derMo
2022-07-22 15:57:40 +00:00
parent 0d098b0958
commit e356d5f623
7 changed files with 42 additions and 15 deletions

View File

@@ -66,7 +66,7 @@ export default {
model: null,
processing: false,
id: null,
connectionTypes: ["socket", "tcp"],
connectionTypes: [ "socket", "tcp" ],
dockerHost: {
name: "",
dockerDaemon: "",

View File

@@ -144,7 +144,7 @@ export default {
socket.on("dockerHostList", (data) => {
this.dockerHostList = data;
})
});
socket.on("heartbeat", (data) => {
if (! (data.monitorID in this.heartbeatList)) {