wowowowowo
This commit is contained in:
@@ -50,6 +50,7 @@ const environment = usePage().props.environment ?? null;
|
||||
<DropdownMenuContent>
|
||||
<DropdownMenuItem
|
||||
v-for="org in $page.props.auth.user?.organisations"
|
||||
:key="org.id"
|
||||
:as="Link"
|
||||
:href="route('organisations.show', { organisation: org.id })"
|
||||
>{{ org.name }}</DropdownMenuItem
|
||||
@@ -86,6 +87,7 @@ const environment = usePage().props.environment ?? null;
|
||||
<DropdownMenuContent>
|
||||
<DropdownMenuItem
|
||||
v-for="app in organisation?.applications"
|
||||
:key="app.id"
|
||||
:as="Link"
|
||||
:href="
|
||||
route('applications.show', {
|
||||
@@ -128,6 +130,7 @@ const environment = usePage().props.environment ?? null;
|
||||
<DropdownMenuContent>
|
||||
<DropdownMenuItem
|
||||
v-for="env in application?.environments"
|
||||
:key="env.id"
|
||||
:as="Link"
|
||||
:href="
|
||||
route('environments.show', {
|
||||
|
||||
Reference in New Issue
Block a user