mirror of
https://github.com/portainer/portainer.git
synced 2025-08-04 13:25:26 +02:00
refactor(agent): refactor rest factories to es6 (#4090)
* refactor(agent): replace v1 browse with es6 module * refactor(agent): refactor agentv1 to es6 * refactor(agent): replace agent factory with es6 * refactor(agent): refactor browse response to es6 * refactor(agent): refactor browse to es6 * refactor(agent): import angular * refactor(agent): refactor host to es6 * refactor(agent): refactor ping to es6
This commit is contained in:
parent
435f15ec6a
commit
7eb8d5449a
7 changed files with 143 additions and 159 deletions
|
@ -3,7 +3,7 @@
|
|||
// This functions simply creates a response object and assign
|
||||
// the data to a field.
|
||||
export function browseGetResponse(data) {
|
||||
var response = {};
|
||||
const response = {};
|
||||
response.file = data;
|
||||
return response;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue