Skip to content

Commit

Permalink
Merge pull request #61 from sasirven/feature/manage-schedules
Browse files Browse the repository at this point in the history
Feature - Manage schedules (3/3)
  • Loading branch information
elegantmoose authored Dec 9, 2024
2 parents a174e7e + edc767e commit 26e5ea8
Show file tree
Hide file tree
Showing 9 changed files with 596 additions and 5 deletions.
53 changes: 48 additions & 5 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
"bulma": "^0.9.3",
"bulma-switch": "^2.0.4",
"bulma-toast": "^2.4.3",
"cron-validate": "^1.4.5",
"d3-force": "^3.0.0",
"echarts": "^5.3.1",
"floating-vue": "^2.0.0-beta.20",
Expand Down
3 changes: 3 additions & 0 deletions src/components/core/Navigation.vue
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,8 @@ function promptToEnablePlugin(pluginName) {
router-link.menu-item(to="/adversaries") adversaries
li
router-link.menu-item(to="/operations") operations
li
router-link.menu-item(to="/schedules") schedules
p.menu-label
font-awesome-icon(icon="fas fa-puzzle-piece").pr-2
| Plugins
Expand Down Expand Up @@ -124,6 +126,7 @@ function promptToEnablePlugin(pluginName) {
router-link.dropdown-item(to="/abilities") abilities
router-link.dropdown-item(to="/adversaries") adversaries
router-link.dropdown-item(to="/operations") operations
router-link.dropdown-item(to="/schedules") schedules
.dropdown.is-hoverable.mb-2
.dropdown-trigger
button.button(aria-haspopup="true" aria-controls="dropdown-menu")
Expand Down
Loading

0 comments on commit 26e5ea8

Please sign in to comment.