1
0
Fork 0
mirror of https://github.com/portainer/portainer.git synced 2025-08-04 21:35:23 +02:00

feat(templates): leftovers cleanup (#3762)

* feat(templates): leftovers cleanup

* feat(templates): update CLIFlags structure
This commit is contained in:
Anthony Lapenna 2020-04-27 17:58:24 +12:00 committed by Anthony Lapenna
parent 800b357041
commit 070be46352
4 changed files with 0 additions and 898 deletions

View file

@ -22,7 +22,6 @@ angular
.constant('API_ENDPOINT_TEAM_MEMBERSHIPS', 'api/team_memberships')
.constant('API_ENDPOINT_TEMPLATES', 'api/templates')
.constant('API_ENDPOINT_WEBHOOKS', 'api/webhooks')
.constant('DEFAULT_TEMPLATES_URL', 'https://raw.githubusercontent.com/portainer/templates/master/templates.json')
.constant('PAGINATION_MAX_ITEMS', 10)
.constant('APPLICATION_CACHE_VALIDITY', 3600)
.constant('CONSOLE_COMMANDS_LABEL_PREFIX', 'io.portainer.commands.')