auto updates

This commit is contained in:
Andras Bacsai
2023-05-22 12:00:59 +02:00
parent 8f7fd4295e
commit e00ccf65cf
15 changed files with 147 additions and 38 deletions

View File

@@ -14,19 +14,18 @@
Dashboard
</a>
</li>
@if (auth()->user()->isRoot())
@if (auth()->user()->isPartOfRootTeam())
<li>
<a href="/settings">
Settings
</a>
</li>
@endif
<li>
{{-- <li>
<a href="/profile">
Profile
</a>
</li>
</li> --}}
<li>
<a href="/profile/team">
Team
@@ -37,7 +36,7 @@
Command Center
</a>
</li>
@if (auth()->user()->isRoot())
@if (auth()->user()->isPartOfRootTeam())
<li>
<livewire:force-upgrade />
</li>
@@ -62,18 +61,18 @@
Dashboard
</a>
</li>
@if (auth()->user()->isRoot())
@if (auth()->user()->isPartOfRootTeam())
<li>
<a href="/settings">
Settings
</a>
</li>
@endif
<li>
{{-- <li>
<a href="/profile">
Profile
</a>
</li>
</li> --}}
<li>
<a href="/profile/team">
Team
@@ -84,7 +83,7 @@
Command Center
</a>
</li>
@if (auth()->user()->isRoot())
@if (auth()->user()->isPartOfRootTeam())
<li>
<livewire:force-upgrade />
</li>