1
0
Fork 0
mirror of https://github.com/portainer/portainer.git synced 2025-08-05 05:45:22 +02:00

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

This commit is contained in:
Anthony Lapenna 2018-08-28 10:50:15 +02:00
parent 812f3e3e85
commit a5d6ab0410

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
}
};