panel navigator refactoring

This commit is contained in:
Peter Papp
2021-08-20 18:07:26 +02:00
parent b23259309c
commit a99cbc2841
5 changed files with 42 additions and 48 deletions

View File

@@ -1,5 +1,5 @@
<template>
<div>
<div v-if="user">
<!--Empty storage warning-->
<ContentGroup v-if="config.storageLimit && storage.used > 95">
<UpgradeSidebarBanner/>