mirror of
https://github.com/freedbygrace/DynamoDNS.git
synced 2026-08-21 15:06:37 +00:00
Enhance DNS record management by adding auto IP detection, notes field, and improved UI.
Replit-Commit-Author: Agent Replit-Commit-Session-Id: 9111ef36-26c8-4085-84ca-a35dc1fec1b5 Replit-Commit-Screenshot-Url: https://storage.googleapis.com/screenshot-production-us-central1/7083d608-d6d3-4a6a-9a27-6286c5109627/e33594f7-ad24-43f5-a4e1-0d9d2f261947.jpg
This commit is contained in:
@@ -28,6 +28,11 @@ export function Sidebar() {
|
||||
href: "/",
|
||||
icon: <LayoutDashboard className="w-5 h-5 mr-3" />,
|
||||
},
|
||||
{
|
||||
title: "Organizations",
|
||||
href: "/organizations",
|
||||
icon: <Users className="w-5 h-5 mr-3" />,
|
||||
},
|
||||
{
|
||||
title: "Domains",
|
||||
href: "/domains",
|
||||
|
||||
Reference in New Issue
Block a user