mirror of
https://github.com/portainer/portainer.git
synced 2025-07-24 15:59:41 +02:00
UI
This commit is contained in:
parent
6d8f5e7479
commit
fc9511dc97
8 changed files with 352 additions and 13 deletions
|
@ -22,6 +22,7 @@ angular
|
|||
.constant('API_ENDPOINT_TEAM_MEMBERSHIPS', 'api/team_memberships')
|
||||
.constant('API_ENDPOINT_TEMPLATES', 'api/templates')
|
||||
.constant('API_ENDPOINT_WEBHOOKS', 'api/webhooks')
|
||||
.constant('API_ENDPOINT_BACKUP', 'api/backup')
|
||||
.constant('DEFAULT_TEMPLATES_URL', 'https://raw.githubusercontent.com/portainer/templates/master/templates.json')
|
||||
.constant('PAGINATION_MAX_ITEMS', 10)
|
||||
.constant('APPLICATION_CACHE_VALIDITY', 3600)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue