mirror of
https://github.com/livebook-dev/livebook.git
synced 2025-10-06 11:35:54 +08:00
Show password protected icon
This commit is contained in:
parent
7cf4af5c10
commit
8ed6772cad
1 changed files with 7 additions and 0 deletions
|
@ -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">
|
||||||
|
|
Loading…
Add table
Reference in a new issue