-
Notifications
You must be signed in to change notification settings - Fork 13
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feature - Manage schedules (3/3) #61
Conversation
- Add the CreateScheduleModal and DeleteScheduleModal - Add the two showmodals option in the CoreDisplayStore Fix the reset values and validation error message when creating schedule
- Add the SchedulesView.js - Add the view to the rooter - Add the view to the navigation
cbce191
to
b7a0c61
Compare
Hello @uruwhy can you check on this MR? |
.field-label.is-normal | ||
label.label Schedule | ||
.field-body | ||
input.input(placeholder="Schedule" v-model="schedule") |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@sasirven Could we make the placeholder string hint at the crontab format required here?
Testing now. So far looks great! |
This LGTM. I just would like the default string hint for crontab format. |
Hello sorry for the delay and thanks for the commit 😅 |
This is the GUI part of the schedules management with cron, which depends on the mitre/caldera#3025 and mitre/caldera#3026
Linked Merge Requests:
mitre/caldera#3025
mitre/caldera#3026