Show password protected icon

This commit is contained in:
José Valim 2024-04-11 20:37:39 +02:00
parent 7cf4af5c10
commit 8ed6772cad

View file

@ -82,6 +82,13 @@ defmodule LivebookWeb.AppsDashboardLive do
<div class="break-words"> <div class="break-words">
<.labeled_text label="Name"> <.labeled_text label="Name">
<%= app.notebook_name %> <%= app.notebook_name %>
<span
:if={not app.public?}
class="!inline tooltip top"
data-tooltip="Password protected"
>
<.remix_icon icon="lock-line" />
</span>
</.labeled_text> </.labeled_text>
</div> </div>
<div class="break-all"> <div class="break-all">