Move maintenance menu item, remove redundant title
This commit is contained in:
@@ -105,6 +105,14 @@
|
|||||||
>
|
>
|
||||||
{gettext("Online Store Templates")}
|
{gettext("Online Store Templates")}
|
||||||
</.dropdown_nav>
|
</.dropdown_nav>
|
||||||
|
<.dropdown_nav
|
||||||
|
current_section={@current_section}
|
||||||
|
section={:maintenance}
|
||||||
|
route={~p"/dev/maintenance"}
|
||||||
|
icon="hero-wrench-screwdriver"
|
||||||
|
>
|
||||||
|
{gettext("Maintenance")}
|
||||||
|
</.dropdown_nav>
|
||||||
<.dropdown_separator />
|
<.dropdown_separator />
|
||||||
<.dropdown_link href={~p"/dev/dashboard"}>
|
<.dropdown_link href={~p"/dev/dashboard"}>
|
||||||
<.icon
|
<.icon
|
||||||
@@ -123,15 +131,6 @@
|
|||||||
<.icon name="hero-bug-ant" class="h-4 w-4 mr-2" aria-hidden="true" data-slot="icon" />
|
<.icon name="hero-bug-ant" class="h-4 w-4 mr-2" aria-hidden="true" data-slot="icon" />
|
||||||
{gettext("Errors")}
|
{gettext("Errors")}
|
||||||
</.dropdown_link>
|
</.dropdown_link>
|
||||||
<.dropdown_link href={~p"/dev/maintenance"}>
|
|
||||||
<.icon
|
|
||||||
name="hero-wrench-screwdriver"
|
|
||||||
class="h-4 w-4 mr-2"
|
|
||||||
aria-hidden="true"
|
|
||||||
data-slot="icon"
|
|
||||||
/>
|
|
||||||
{gettext("Maintenance")}
|
|
||||||
</.dropdown_link>
|
|
||||||
<.dropdown_separator />
|
<.dropdown_separator />
|
||||||
<.dropdown_link href={~p"/login"}>
|
<.dropdown_link href={~p"/login"}>
|
||||||
<.icon
|
<.icon
|
||||||
|
|||||||
@@ -18,10 +18,7 @@ defmodule MusicLibraryWeb.MaintenanceLive.Index do
|
|||||||
~H"""
|
~H"""
|
||||||
<Layouts.app flash={@flash} current_section={@current_section} socket={@socket}>
|
<Layouts.app flash={@flash} current_section={@current_section} socket={@socket}>
|
||||||
<div>
|
<div>
|
||||||
<h1 class="mt-2 text-base lg:text-2xl text-zinc-900 dark:text-zinc-200 font-semibold">
|
<h3 class="mt-2 text-base font-semibold text-zinc-900 dark:text-zinc-200">
|
||||||
{gettext("Maintenance")}
|
|
||||||
</h1>
|
|
||||||
<h3 class="mt-4 text-base font-semibold text-zinc-900 dark:text-zinc-200">
|
|
||||||
{gettext("Records")}
|
{gettext("Records")}
|
||||||
</h3>
|
</h3>
|
||||||
<p class="mt-2 max-w-4xl text-sm text-zinc-500 dark:text-zinc-400">
|
<p class="mt-2 max-w-4xl text-sm text-zinc-500 dark:text-zinc-400">
|
||||||
|
|||||||
Reference in New Issue
Block a user