mirror of
https://github.com/louislam/dockge.git
synced 2026-05-22 06:22:17 +00:00
Console Improvements (#767)
This commit is contained in:
@@ -279,7 +279,6 @@ export default defineComponent({
|
||||
});
|
||||
|
||||
socket.on("agentList", (res) => {
|
||||
console.log(res);
|
||||
if (res.ok) {
|
||||
this.agentList = res.agentList;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user