From 8ed6772cad6da8e5769a015d14db09335741b6af Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20Valim?= Date: Thu, 11 Apr 2024 20:37:39 +0200 Subject: [PATCH] Show password protected icon --- lib/livebook_web/live/apps_dashboard_live.ex | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/lib/livebook_web/live/apps_dashboard_live.ex b/lib/livebook_web/live/apps_dashboard_live.ex index d19eab850..0f16d8133 100644 --- a/lib/livebook_web/live/apps_dashboard_live.ex +++ b/lib/livebook_web/live/apps_dashboard_live.ex @@ -82,6 +82,13 @@ defmodule LivebookWeb.AppsDashboardLive do
<.labeled_text label="Name"> <%= app.notebook_name %> + + <.remix_icon icon="lock-line" /> +