mirror of
https://github.com/retspen/webvirtcloud.git
synced 2026-04-25 15:35:57 +03:00
[GH-ISSUE #199] feature request: change color of expanded "create instance" button type #133
Labels
No labels
bug
enhancement
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/webvirtcloud#133
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @lord-kyron on GitHub (Oct 19, 2018).
Original GitHub issue: https://github.com/retspen/webvirtcloud/issues/199
@catborise @honza801


You know when you hit the green + button on the Instance page and choose a compute host, you are being dropped in the create new instance page.
On the top there are 3 buttons - Custom, Template and XML. When you click on some of those buttons, the are actually expanding, but nothing is suggesting that you can click back on the same button and collapse the fill-in form which was opened.
The collapsed button color is green - can you make it when you click on some button and it is in expanded state, this button to become red, so that it can suggest to click you back to exit from this particular form?
It would be great, thanks!
In those example pictures below, I've opened the Custom button, but nothing suggests it is exactly it which is opened.
@catborise commented on GitHub (Oct 22, 2018):
i dont know very well javascript but i can convert it to accordion which opens only one at a time...
@lord-kyron commented on GitHub (Oct 22, 2018):
yes this can help. Can you make such change in some branch so that I can give it a try and see if it is good enough to use it please?
@lord-kyron commented on GitHub (Oct 22, 2018):
or maybe @honza801 can help with the java?
@honza801 commented on GitHub (Oct 23, 2018):
hmm, maybe there should be tabs, not collapsed divs... ?
@lord-kyron commented on GitHub (Oct 23, 2018):
I personally think tabs will be the best solution. I just suggested something I thought will be simple.
@honza801 commented on GitHub (Oct 23, 2018):
try this commit/branch
https://github.com/honza801/webvirtcloud/tree/new_instance_tabs
@lord-kyron commented on GitHub (Oct 23, 2018):
I added comment there with some screenshots. It seems to me that it is not working as expected :)
Unless you were expecting it to work just way I described in the comment there.