1
0
Fork 0
mirror of https://github.com/portainer/portainer.git synced 2025-07-24 15:59:41 +02:00

feat(schedules): add schedules UI (#2414)

* feat(schedules): add schedules UI mockups

* feat(schedules): update controller pattern

* feat(schedules): leverages API

* feat(schedules): add the ability create/edit a script execution job schedule

* feat(schedules): add form validation and details about cron expression
This commit is contained in:
Anthony Lapenna 2018-11-07 11:59:21 +13:00 committed by GitHub
parent 7d32a6619d
commit 4740375ba5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
22 changed files with 826 additions and 7 deletions

View file

@ -6,6 +6,7 @@ angular.module('portainer')
.constant('API_ENDPOINT_MOTD', 'api/motd')
.constant('API_ENDPOINT_REGISTRIES', 'api/registries')
.constant('API_ENDPOINT_RESOURCE_CONTROLS', 'api/resource_controls')
.constant('API_ENDPOINT_SCHEDULES', 'api/schedules')
.constant('API_ENDPOINT_SETTINGS', 'api/settings')
.constant('API_ENDPOINT_STACKS', 'api/stacks')
.constant('API_ENDPOINT_STATUS', 'api/status')