Skip to content

Commit

Permalink
webadmin: Add DisplayType.bochs localization
Browse files Browse the repository at this point in the history
Add missing localization for DisplayType.bochs enum value.

Change-Id: If5a1328c3ee301d5cb0829c7fd1ec79f1df7f330
Signed-off-by: Shmuel Melamud <smelamud@redhat.com>
  • Loading branch information
smelamud authored and ljelinkova committed May 27, 2022
1 parent a6c17bd commit bba3bb6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1489,6 +1489,8 @@ public interface LocalizedEnums extends ConstantsWithLookup {

String DisplayType___vga();

String DisplayType___bochs();

String DisplayType___none();

String GraphicsType___SPICE();
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -510,6 +510,7 @@ DisplayType___cirrus=CIRRUS
DisplayType___none=None
DisplayType___qxl=QXL
DisplayType___vga=VGA
DisplayType___bochs=Bochs
EntityAffinityRule___DISABLED=Disabled
EntityAffinityRule___NEGATIVE=Negative
EntityAffinityRule___POSITIVE=Positive
Expand Down

0 comments on commit bba3bb6

Please sign in to comment.