We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 81d26dd commit e266901Copy full SHA for e266901
frontend/src/app/shared/components/utm/util/utm-agent-detail/utm-agent-detail.component.ts
@@ -52,11 +52,8 @@ export class UtmAgentDetailComponent implements OnInit {
52
changeIp(event: string) {
53
this.loading = true;
54
const agent = {
55
- id: this.agent.id,
56
hostname: this.agent.hostname,
57
ip: this.agentIp,
58
- mac: this.macs.length > 0 ? this.macs[0] : '',
59
- agentKey: this.agent.agentKey
60
};
61
62
this.agentManagerService.updateAgent(agent)
0 commit comments