refactor(app): remove unused params in templates state declaration

pull/2228/head
Anthony Lapenna 2018-08-28 10:50:15 +02:00
parent 812f3e3e85
commit a5d6ab0410
1 changed files with 0 additions and 4 deletions

View File

@ -385,10 +385,6 @@ angular.module('portainer.app', [])
templateUrl: 'app/portainer/views/templates/templates.html',
controller: 'TemplatesController'
}
},
params: {
key: 'containers',
hide_descriptions: false
}
};