mirror of
https://github.com/unraid/api.git
synced 2026-05-08 16:09:50 -05:00
feat(web): WIP registration page UI UX
This commit is contained in:
@@ -39,7 +39,7 @@ const { rebootType } = storeToRefs(updateOsActionsStore);
|
||||
</script>
|
||||
|
||||
<template>
|
||||
<PageContainer>
|
||||
<UiPageContainer>
|
||||
<UpdateOsStatus :t="t" />
|
||||
<UpdateOsUpdate
|
||||
v-if="rebootType === ''"
|
||||
@@ -52,7 +52,7 @@ const { rebootType } = storeToRefs(updateOsActionsStore);
|
||||
<UpdateOsThirdPartyDrivers
|
||||
v-if="rebootType === 'thirdPartyDriversDownloading'"
|
||||
:t="t" />
|
||||
</PageContainer>
|
||||
</UiPageContainer>
|
||||
</template>
|
||||
|
||||
<style lang="postcss">
|
||||
|
||||
Reference in New Issue
Block a user