mirror of
https://github.com/harvester/harvester-ui-extension.git
synced 2025-12-13 13:11:43 +00:00
Detect Red Hat linux OS Type like Ubuntu and OpenSUSE
Related to: https://github.com/harvester/harvester/issues/6503 Signed-off-by: Volker Theile <vtheile@suse.com>
This commit is contained in:
parent
9f84a4c26b
commit
68b264dca1
@ -49,6 +49,7 @@ export const OS = [{
|
||||
value: 'oracle'
|
||||
}, {
|
||||
label: 'Red Hat',
|
||||
match: ['redhat', 'rhel'],
|
||||
value: 'redhat'
|
||||
}, {
|
||||
label: 'openSUSE',
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user