chore(self service): new screenshots (#107)

This commit is contained in:
marcpezin 2017-10-13 16:25:43 +02:00 committed by Julien Fontanet
parent 1bb6c8232b
commit 5e3702856f
8 changed files with 5 additions and 5 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 108 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 60 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.6 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 48 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.1 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 102 KiB

After

Width:  |  Height:  |  Size: 68 KiB

View File

@ -40,21 +40,21 @@ Then, you can define quotas on this set:
When you click on create, you can see the resource set and remove or edit it: When you click on create, you can see the resource set and remove or edit it:
![](https://xen-orchestra.com/blog/content/images/2016/02/selfservice_recap_quotas.png) ![](./assets/selfservice_recap_quotas.png)
## Usage (user side) ## Usage (user side)
As soon a user is inside a resource set, it displays a new button in its main view: the gree icon with the "plus" sign: As soon a user is inside a resource set, it displays a new button in its main view: "new".
![](./assets/selfservice_newvm.png) ![](./assets/selfservice_new_vm.png)
Now, the user can create a VM with only the resources given in the set: Now, the user can create a VM with only the resources given in the set:
![](./assets/selfservice_createvm.png) ![](./assets/selfservice_create_vm.png)
And the recap before creation: And the recap before creation:
![](https://xen-orchestra.com/blog/content/images/2016/02/selfservice_summary_quotas.png) ![](./assets/selfservice_summary_quotas.png)
If the "Create" button is disabled, it means the user requested more resources than available. If the "Create" button is disabled, it means the user requested more resources than available.