2024-03-22 12:25:43 +00:00
|
|
|
<div class="pb-6">
|
|
|
|
|
<h1>Notifications</h1>
|
|
|
|
|
<div class="subtitle">Get notified about your infrastructure.</div>
|
2024-05-05 16:33:52 +00:00
|
|
|
<div class="navbar-main">
|
2026-01-19 18:27:19 +00:00
|
|
|
<nav class="flex items-center gap-3.5 min-h-10">
|
2025-12-17 11:09:13 +00:00
|
|
|
<a class="{{ request()->routeIs('notifications.email') ? 'dark:text-white' : '' }}" {{ wireNavigate() }}
|
2024-05-05 16:33:52 +00:00
|
|
|
href="{{ route('notifications.email') }}">
|
|
|
|
|
<button>Email</button>
|
|
|
|
|
</a>
|
2025-12-17 11:09:13 +00:00
|
|
|
<a class="{{ request()->routeIs('notifications.discord') ? 'dark:text-white' : '' }}" {{ wireNavigate() }}
|
2024-05-05 16:33:52 +00:00
|
|
|
href="{{ route('notifications.discord') }}">
|
|
|
|
|
<button>Discord</button>
|
2024-12-11 17:42:55 +00:00
|
|
|
</a>
|
2025-12-17 11:09:13 +00:00
|
|
|
<a class="{{ request()->routeIs('notifications.telegram') ? 'dark:text-white' : '' }}" {{ wireNavigate() }}
|
2024-12-11 17:42:55 +00:00
|
|
|
href="{{ route('notifications.telegram') }}">
|
|
|
|
|
<button>Telegram</button>
|
2024-05-05 16:33:52 +00:00
|
|
|
</a>
|
2025-12-17 11:09:13 +00:00
|
|
|
<a class="{{ request()->routeIs('notifications.slack') ? 'dark:text-white' : '' }}" {{ wireNavigate() }}
|
2024-11-12 21:37:55 +00:00
|
|
|
href="{{ route('notifications.slack') }}">
|
|
|
|
|
<button>Slack</button>
|
|
|
|
|
</a>
|
2025-12-17 11:09:13 +00:00
|
|
|
<a class="{{ request()->routeIs('notifications.pushover') ? 'dark:text-white' : '' }}" {{ wireNavigate() }}
|
2024-12-11 14:54:11 +00:00
|
|
|
href="{{ route('notifications.pushover') }}">
|
|
|
|
|
<button>Pushover</button>
|
|
|
|
|
</a>
|
2025-12-17 11:09:13 +00:00
|
|
|
<a class="{{ request()->routeIs('notifications.webhook') ? 'dark:text-white' : '' }}" {{ wireNavigate() }}
|
2025-10-10 13:37:00 +00:00
|
|
|
href="{{ route('notifications.webhook') }}">
|
|
|
|
|
<button>Webhook</button>
|
|
|
|
|
</a>
|
2024-05-05 16:33:52 +00:00
|
|
|
</nav>
|
|
|
|
|
</div>
|
2024-12-11 14:54:11 +00:00
|
|
|
</div>
|