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:
parent
7d32a6619d
commit
4740375ba5
22 changed files with 826 additions and 7 deletions
|
@ -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')
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue