mirror of
https://github.com/harvester/harvester-ui-extension.git
synced 2025-12-13 21:21:44 +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'
|
value: 'oracle'
|
||||||
}, {
|
}, {
|
||||||
label: 'Red Hat',
|
label: 'Red Hat',
|
||||||
|
match: ['redhat', 'rhel'],
|
||||||
value: 'redhat'
|
value: 'redhat'
|
||||||
}, {
|
}, {
|
||||||
label: 'openSUSE',
|
label: 'openSUSE',
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user