Skip to content
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

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Conversation

sasirven
Copy link

@sasirven sasirven commented Jul 26, 2024

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

  • Adds a schedule view:
    • Accessible from the navigation menu,
    • Handles schedule creation / edition / deletion

- 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
input.is-checkradio(type="radio" id="defaultparser" :checked="isDefParser" @click="isDefParser = true" :disabled="scheduleStore.currentSchedule")
label.label.ml-3.mt-1(for="defaultparser") Use Default Parser
input.is-checkradio.ml-3(type="radio" id="nondefaultparser" :checked="!isDefParser" @click="isDefParser = false" :disabled="scheduleStore.currentSchedule")
label.label.ml-3.mt-1(for="nondefaultparser") Require manual approval
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
label.label.ml-3.mt-1(for="nondefaultparser") Require manual approval
label.label.ml-3.mt-1(for="nondefaultparser") Don't use default learning parsers

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants