Re: [pve-devel] [PATCH manager 2/3] CreateWizard: allow adding notes during guest creation

2017-08-24 Thread Thomas Lamprecht
On 08/24/2017 03:21 PM, Emmanuel Kasper wrote: On 07/26/2017 03:49 PM, Thomas Lamprecht wrote: Add a text area to the end of the creation wizard, to allow adding some notes to this guest. We can set this through the API already on creation so no big changes needed. not sure about this one, add

Re: [pve-devel] [PATCH manager 2/3] CreateWizard: allow adding notes during guest creation

2017-08-24 Thread Emmanuel Kasper
On 07/26/2017 03:49 PM, Thomas Lamprecht wrote: > Add a text area to the end of the creation wizard, to allow > adding some notes to this guest. > We can set this through the API already on creation so no big changes > needed. not sure about this one, adding options is always a trade off between f

[pve-devel] [PATCH manager 2/3] CreateWizard: allow adding notes during guest creation

2017-07-26 Thread Thomas Lamprecht
Add a text area to the end of the creation wizard, to allow adding some notes to this guest. We can set this through the API already on creation so no big changes needed. Add the text area in the confirmation panel, as there is the point where it's "sure" which task the VM will do, if there's any.