Skip to content

Commit 1e34a4f

Browse files
Merge pull request #1116 from st3phhays/access-edit-page
(#1113) Deployment Plan Edit Page tabbed interface
2 parents b9bb43b + 155bd65 commit 1e34a4f

File tree

4 files changed

+11
-20
lines changed

4 files changed

+11
-20
lines changed

src/content/docs/en-us/central-management/usage/website/administration/roles.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ Next you'll want to click over to Permissions. This window will allow you to sel
2828

2929
![Creating New Role Setting Permissions](/images/ccm-playwright/administration/roles/modal-new-role-tab-permissions.png)
3030

31-
Click 💾 **Save** to close the window and create the new role.
31+
Click **Save** to close the window and create the new role.
3232

3333
## Editing a Role
3434

src/content/docs/en-us/central-management/usage/website/administration/users.mdx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ Next you'll want to click over to `Roles`. This window will allow you to select
3232

3333
![Creating New User Setting Roles](/images/ccm-playwright/administration/users/modal-new-user-tab-roles.png)
3434

35-
Click 💾 **Save** to close the window and create the new User.
35+
Click **Save** to close the window and create the new User.
3636
A green toast notification will be shown once the operation completes successfully.
3737

3838
## Editing a User
@@ -48,12 +48,12 @@ Select the **Actions** button on the left-hand side of the User, and then select
4848

4949
From the **Edit Role** window, you can modify all the properties for a User, for example, `First Name`, `Phone number`, etc. In addition, you can alter the <Xref title="Roles" value="ccm-administration-roles" /> associated with the User.
5050

51-
Once modifications are complete, click the 💾 **Save** button.
51+
Once modifications are complete, click the **Save** button.
5252
A green toast notification will be shown once the operation completes successfully.
5353

5454
## Fine grained permissions
5555

56-
In addition to configuring a set of Roles for an individual User, so can set speicial permissions for an individual User.
56+
In addition to configuring a set of Roles for an individual User, so can set special permissions for an individual User.
5757

5858
On the main Users page, [find](#searching-for-a-user) the User you want to edit.
5959
Select the **Actions** button on the left-hand side of the User, and then select **Permission** to open the _Permissions_ window.
@@ -62,7 +62,7 @@ Select the **Actions** button on the left-hand side of the User, and then select
6262

6363
From the tree of permissions, check/uncheck the permissions that are needed.
6464

65-
Once modifications are complete, click the 💾 **Save** button.
65+
Once modifications are complete, click the **Save** button.
6666
A green toast notification will be shown once the operation completes successfully.
6767

6868
## Deleting a User

src/content/docs/en-us/central-management/usage/website/deployments.mdx

Lines changed: 5 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -32,11 +32,6 @@ You will also need to have at least one Group of computers already defined.
3232

3333
![Chocolatey Central Management Deployment Plans page, arrow pointing to Create New Deployment Plan button](/images/ccm-playwright/deployment-plans/button-create-new-deployment-plan.png)
3434

35-
1. (Optional) Give the Deployment Plan a custom name by clicking the edit icon displayed next to it and entering a new name.
36-
Press **Enter** to save the new name.
37-
38-
![Chocolatey Central Management New Deployment Plan page, arrow pointing to the edit title button](/images/ccm-playwright/deployment-plans/edit/button-edit-name.png)
39-
4035
1. (Optional, Requires Chocolatey Central Management v0.11.0+) Add a Deployment Plan execution timeout in seconds to be used by all Deployment Steps.
4136

4237
![Chocolatey Central Management New Deployment Plan page, arrow pointing to the Deployment Plan execution timeout in seconds setting](/images/ccm-playwright/deployment-plans/edit/input-execution-timeout-in-seconds.png)
@@ -45,23 +40,19 @@ You will also need to have at least one Group of computers already defined.
4540

4641
![Chocolatey Central Management Deployment Step modal, arrow pointing to execution timeout in seconds](/images/ccm-playwright/deployment-plans/edit/modal-step-input-execution-timeout-in-seconds.png)
4742

48-
1. (Optional, Requires Chocolatey Central Management v0.4.0+) Add a schedule by selecting the **Add Schedule** button.
43+
1. (Optional, Requires Chocolatey Central Management v0.4.0+) Add a schedule by selecting the **Schedule** tab.
4944

5045
![Chocolatey Central Management New Deployment Plan page, arrow pointing to Add Schedule button](/images/ccm-playwright/deployment-plans/edit/button-add-schedule.png)
5146

52-
* Enter a date and time, or click the 📅 button to pick the date and time from a calendar UI.
47+
* Click the calendar button to pick the Start Date Time from a calendar UI. If you'd like to define an optional maintenance window for the Deployment Plan Start Date Time, then you can also set a Last Start Date Time.
5348

5449
![Chocolatey Central Management Deployment Plan schedule picker](/images/ccm-playwright/deployment-plans/edit/calendar-start-date-time.png)
5550

56-
* (Optional) If you'd like to define a maintenance window for the Deployment Plan start time, select the **Restrict schedule to a maintenance window** option and enter the ending date and time for the maintenance window.
57-
58-
![Chocolatey Central Management Deployment Plan maintenance window option](/images/ccm-playwright/deployment-plans/edit/checkbox-restrict-schedule.png)
59-
6051
* (Optional) If you'd like a Deployment Plan to happen again, on a recurring basis, select how often you'd like the Deployment Plan to recur. Check the [recurring Deployment Plans section for more information](#recurring-deployments)
6152

6253
![Chocolatey Central Management Deployment Plan Repeat Period](/images/ccm-playwright/deployment-plans/edit/select-repeat-period.png)
6354

64-
1. Select the **Add Step** button to add your first Deployment Step.
55+
1. Select the **Steps** tab and click the **Add Deployment Step** button to add your first Deployment Step.
6556

6657
![Chocolatey Central Management Deployment Plan add Deployment Step button](/images/ccm-playwright/deployment-plans/edit/button-add-deployment-step.png)
6758

@@ -99,7 +90,7 @@ You will also need to have at least one Group of computers already defined.
9990

10091
![Chocolatey Central Management Deployment Step Select Target Groups modal](/images/ccm-playwright/deployment-plans/edit/modal-step-select-target-groups.png)
10192

102-
1. Click the 💾 **Save** button to save the Deployment Step.
93+
1. Click the **Save** button to save the Deployment Step.
10394

10495
![Chocolatey Central Management Deployment Step Save button](/images/ccm-playwright/deployment-plans/edit/modal-step-button-save.png)
10596

@@ -109,7 +100,7 @@ You will also need to have at least one Group of computers already defined.
109100

110101
![Chocolatey Central Management Deployment Step Duplicate button](/images/ccm-playwright/deployment-plans/edit/button-duplicate-step.png)
111102

112-
1. Select 💾 **Save** to save the changes to the Deployment Plan.
103+
1. Select **Save** to save the changes to the Deployment Plan.
113104

114105
<ImportDeploymentPlan />
115106

src/content/docs/en-us/central-management/usage/website/groups.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ Then, select the Computer(s) or existing Group(s) you would like to include in t
4949

5050
![New Group Modal](/images/ccm-playwright/groups/modal-create-new-group.png)
5151

52-
Click 💾 **Save** to close the modal and create the new Group.
52+
Click **Save** to close the modal and create the new Group.
5353

5454
## Editing a Group
5555

0 commit comments

Comments
 (0)