docs/managed-victoriametrics: typo fix in links to images

This commit is contained in:
Aliaksandr Valialkin 2023-01-27 11:36:20 -08:00
parent 6342eb5523
commit 2afa4ae00a
No known key found for this signature in database
GPG key ID: A72BEC6CD3D0DED1

View file

@ -95,7 +95,7 @@ You assign the role to the user during the user creation procedure. You can chan
It shows all users with different roles, and you can apply provided actions with them.
<p>
<img src="user-management_users-list.png" width="800">
<img src="user-managment_users-list.png" width="800">
</p>
In the table, there is additional information about the users:
@ -132,17 +132,17 @@ In the table, there is additional information about the users:
<span>Click on</span>
<span>
<img src="user-management_invite-user-button.png" width="100" height="50">
<img src="user-managment_invite-user-button.png" width="100" height="50">
</span>
the user invitation button and fill out the form in the modal, which will appear after you click. All fields are mandatory.
<p>
<img src="user-management_invite-user-modal.png" width="800">
<img src="user-managment_invite-user-modal.png" width="800">
</p>
<span>After filling out the form, click on the</span>
<span>
<img src="user-management_invite-button.png" width="70" height="50">
<img src="user-managment_invite-button.png" width="70" height="50">
</span>
button. The user will be saved, and an invitation email to the provided email address will be sent. As a confirmation, you will see the success message.
@ -151,39 +151,39 @@ button. The user will be saved, and an invitation email to the provided email ad
The user will be at Pending Invitation status. After accepting the invitation user status changes to Active.
<p>
<img src="user-management_success-invitation.png" width="800">
<img src="user-managment_success-invitation.png" width="800">
</p>
## How to Update User
<span>To edit the user role and details, activate or deactivate a user, and click on</span>
<span>
<img src="user-management_edit-user-btn.png" width="70" height="70">
<img src="user-managment_edit-user-btn.png" width="70" height="70">
</span>
<span>or</span>
<span>
<img src="user-management_edit-user-link.png" width="100" height="70">
<img src="user-managment_edit-user-link.png" width="100" height="70">
</span>
to edit the user.
<p>
<img src="user-management_update-user-buttons.png" width="800">
<img src="user-managment_update-user-buttons.png" width="800">
</p>
User editing form:
<p>
<img src="user-management_update-user.png" width="800">
<img src="user-managment_update-user.png" width="800">
</p>
<span>To save changes, click the</span>
<span>
<img src="user-management_update-user-save-button.png" width="80" height="40">
<img src="user-managment_update-user-save-button.png" width="80" height="40">
</span>
button. If changes are saved successfully, you will see a message at the top of the page.
<p>
<img src="user-management_update-user-success.png" width="800">
<img src="user-managment_update-user-success.png" width="800">
</p>
## How to Delete User
@ -192,22 +192,22 @@ You can delete a user from your account. However, you will need to invite them a
<span>Click on</span>
<span>
<img src="user-management_delete-user-btn.png" width="40" height="40">
<img src="user-managment_delete-user-btn.png" width="40" height="40">
</span>
to delete the user.
<p>
<img src="user-management_delete-user-button.png" width="800">
<img src="user-managment_delete-user-button.png" width="800">
</p>
To confirm the deletion of a user, you will need to re-enter their email address and press the **Delete** button
<p>
<img src="user-management_delete-user-confirm.png" width="800">
<img src="user-managment_delete-user-confirm.png" width="800">
</p>
You will be redirected to the main page with a success or error message
<p>
<img src="user-management_delete-user-success.png" width="800">
<img src="user-managment_delete-user-success.png" width="800">
</p>