Branch: refs/heads/master
Home:
https://github.com/Checkmk/checkmk
Commit: 88b789a7452408595593dbff0c65aec710e8d9f5
https://github.com/Checkmk/checkmk/commit/88b789a7452408595593dbff0c65aec71…
Author: Leonardo Petrora <leonardo.petrora(a)checkmk.com>
Date: 2024-09-27 (Fri, 27 Sep 2024)
Changed paths:
M packages/cmk-frontend-vue/src/quick-setup/components/quick-setup/QuickSetup.vue
M
packages/cmk-frontend-vue/src/quick-setup/components/quick-setup/QuickSetupSaveStage.vue
M
packages/cmk-frontend-vue/src/quick-setup/components/quick-setup/QuickSetupStage.vue
M
packages/cmk-frontend-vue/src/quick-setup/components/quick-setup/QuickSetupStageContent.vue
M
packages/cmk-frontend-vue/src/quick-setup/components/quick-setup/quick_setup_types.ts
M packages/cmk-frontend-vue/tests/quick-setup/hook.test.ts
Log Message:
-----------
Add support to guided and overview modes
The QuickSetup component now is able to switch between guided (default)
and overview modes. When in overview mode, all stages with no buttons
are displayed.
Change-Id: Ib9af1121532cabb2ae5266c9c9ec8cc0a778b3e4
Commit: 1f5c75cffe8fa50799a6cd0f9bae4695fe5451d4
https://github.com/Checkmk/checkmk/commit/1f5c75cffe8fa50799a6cd0f9bae4695f…
Author: Leonardo Petrora <leonardo.petrora(a)checkmk.com>
Date: 2024-09-27 (Fri, 27 Sep 2024)
Changed paths:
M packages/cmk-frontend-vue/src/quick-setup/components/quick-setup/useWizard.ts
M packages/cmk-frontend-vue/tests/quick-setup/hook.test.ts
Log Message:
-----------
Add support for disabled stages
With this change now it is possible to flag stages as disabled. This
will impact on the flow between stages. These are the conditions of this
change:
* Moving between stages now returns the new stage index
* Stage 0 cannot be disabled
* Current stage cannot be disabled
* Moving to the previous or next stage will try to locate the first
enabled stage in the corresponding direction. If it fails to locate
a target stage, then it will not move
* Jumping `goto()` to a disabled stage will not update the current stage
index.
* At the moment, no visual changes were made
Change-Id: I8fde1032742bdb054cddedb030c3a95dc9e02b03
Compare:
https://github.com/Checkmk/checkmk/compare/fe585c8636ff...1f5c75cffe8f
To unsubscribe from these emails, change your notification settings at
https://github.com/Checkmk/checkmk/settings/notifications