Skip to content

Commit

Permalink
add CPU gen 6, remove gen 2
Browse files Browse the repository at this point in the history
Signed-off-by: matthias.gatto <[email protected]>
  • Loading branch information
outscale-mgo committed Oct 2, 2023
1 parent cff2da3 commit d0dfee9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion osc_tui/createVm.py
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,7 @@ def create():
value=SG.get_value() if SG else 0,
)
global CPU
cpu_vals = "GEN 2|GEN 3|GEN 4|GEN 5".split("|")
cpu_vals = "GEN 3|GEN 4|GEN 5|GEN 6".split("|")
CPU = self.add_widget(
OscCombo,
name="Cpu",
Expand Down

0 comments on commit d0dfee9

Please sign in to comment.