mirror of
https://github.com/unraid/api.git
synced 2026-01-04 07:29:48 -06:00
fix: header version thirdPartyDriversDownloading pill
This commit is contained in:
@@ -30,7 +30,7 @@ const rebootRequiredLink = computed(() => {
|
||||
if (rebootType.value === 'downgrade') {
|
||||
return WEBGUI_TOOLS_DOWNGRADE.toString();
|
||||
}
|
||||
if (rebootType.value === 'update') {
|
||||
if (rebootType.value === 'thirdPartyDriversDownloading' || rebootType.value === 'update') {
|
||||
return WEBGUI_TOOLS_UPDATE.toString();
|
||||
}
|
||||
return '';
|
||||
|
||||
Reference in New Issue
Block a user