mirror of
https://github.com/louislam/dockge.git
synced 2025-02-21 11:05: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,
|
||||
username: this.username,
|
||||
endpoint: this.endpoint,
|
||||
friendlyname: this.friendlyname,
|
||||
updatedFriendlyName: this.updatedFriendlyName
|
||||
name: this.name,
|
||||
};
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue