mirror of
https://github.com/louislam/dockge.git
synced 2025-02-22 19:45:56 +00:00
fix(suggestion): added missing change
update agent.ts file by renaming the variables and added suggestion
This commit is contained in:
parent
825b72761b
commit
49eda70373
1 changed files with 1 additions and 2 deletions
|
@ -23,8 +23,7 @@ export class Agent extends BeanModel {
|
||||||
url: this.url,
|
url: this.url,
|
||||||
username: this.username,
|
username: this.username,
|
||||||
endpoint: this.endpoint,
|
endpoint: this.endpoint,
|
||||||
friendlyname: this.friendlyname,
|
name: this.name,
|
||||||
updatedFriendlyName: this.updatedFriendlyName
|
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue