From a5d6ab0410bdc71a262de68f945260c2cda1d52e Mon Sep 17 00:00:00 2001 From: Anthony Lapenna Date: Tue, 28 Aug 2018 10:50:15 +0200 Subject: [PATCH] refactor(app): remove unused params in templates state declaration --- app/portainer/__module.js | 4 ---- 1 file changed, 4 deletions(-) diff --git a/app/portainer/__module.js b/app/portainer/__module.js index 6ddfb5f2a..bb94d395d 100644 --- a/app/portainer/__module.js +++ b/app/portainer/__module.js @@ -385,10 +385,6 @@ angular.module('portainer.app', []) templateUrl: 'app/portainer/views/templates/templates.html', controller: 'TemplatesController' } - }, - params: { - key: 'containers', - hide_descriptions: false } };