mirror of
https://github.com/retspen/webvirtcloud.git
synced 2026-04-25 15:35:57 +03:00
[GH-ISSUE #461] Hypervisor doesn't have any Flavors #280
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#280
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 @DaemonWalker on GitHub (Sep 6, 2021).
Original GitHub issue: https://github.com/retspen/webvirtcloud/issues/461
I delete all Flavors at create instance page, how do I create a new flavors now?

@catborise commented on GitHub (Sep 6, 2021):
hmm it is a bug :) there should be a button to add beside warning.
we were adding it with code initialization. i will add a button to add a flavor
@DaemonWalker commented on GitHub (Sep 7, 2021):
Oh, thanks a lot!
By the way, how can I add one manually? Like modify DB or run some scripts?It seems I can add flavor by adding records to table instances_flavor in db.sqlite3
@catborise commented on GitHub (Sep 14, 2021):
yes it can be added to db. but i add button to add new flavour if there is not any