mirror of https://github.com/portainer/portainer
refactor(app): remove unused params in templates state declaration
parent
812f3e3e85
commit
a5d6ab0410
|
@ -385,10 +385,6 @@ angular.module('portainer.app', [])
|
||||||
templateUrl: 'app/portainer/views/templates/templates.html',
|
templateUrl: 'app/portainer/views/templates/templates.html',
|
||||||
controller: 'TemplatesController'
|
controller: 'TemplatesController'
|
||||||
}
|
}
|
||||||
},
|
|
||||||
params: {
|
|
||||||
key: 'containers',
|
|
||||||
hide_descriptions: false
|
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue