From fa0f68439b2abfde1c6ce21a595c3a7ce5d9572e Mon Sep 17 00:00:00 2001 From: graham Date: Sun, 15 Mar 2026 18:46:16 -0500 Subject: [PATCH] remove-add-device-from-sites (#37) Reviewed-on: https://git.mcintire.me/graham/towerops-web/pulls/37 --- lib/towerops_web/live/site_live/index.html.heex | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/lib/towerops_web/live/site_live/index.html.heex b/lib/towerops_web/live/site_live/index.html.heex index ad1e6276..f3fe3434 100644 --- a/lib/towerops_web/live/site_live/index.html.heex +++ b/lib/towerops_web/live/site_live/index.html.heex @@ -68,8 +68,6 @@ {t("Last Check")} - - @@ -133,15 +131,6 @@ - - <.link - navigate={~p"/devices/new?site_id=#{site.id}"} - class="inline-flex items-center gap-1 text-xs font-medium text-blue-600 hover:text-blue-800 dark:text-blue-400 dark:hover:text-blue-300" - > - <.icon name="hero-plus" class="h-3.5 w-3.5" /> - - -