Skip to content

Commit

Permalink
feat: added option to limit deployments to a maximum number of device…
Browse files Browse the repository at this point in the history
…s in a dynamic group

Ticket: MEN-7403
Changelog: Title
Signed-off-by: Manuel Zedel <manuel.zedel@northern.tech>
  • Loading branch information
mzedel committed Sep 5, 2024
1 parent db0187c commit c04d736
Show file tree
Hide file tree
Showing 6 changed files with 1,704 additions and 47 deletions.
1 change: 1 addition & 0 deletions frontend/src/js/components/common/docslink.js
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ const useStyles = makeStyles()(theme => ({
export const DOCSTIPS = {
deviceConfig: { id: 'deviceConfig', path: 'add-ons/configure' },
dynamicGroups: { id: 'dynamicGroups', path: 'overview/device-group#dynamic-group' },
limitedDeployments: { id: 'limitedDeployments', path: 'overview/deployment#deployment-to-dynamic-groups' },
phasedDeployments: { id: 'phasedDeployments', path: 'overview/customize-the-update-process' },
pausedDeployments: { id: 'pausedDeployments', path: 'overview/customize-the-update-process#synchronized-updates' },
retryDeployments: { id: 'retryDeployments', path: 'overview/deployment' },
Expand Down
Loading

0 comments on commit c04d736

Please sign in to comment.