mirror of
https://github.com/jupyter/notebook.git
synced 2025-01-06 11:35:24 +08:00
Add title to read-only indicator.
This commit is contained in:
parent
dcaa52daee
commit
2345e0fb5c
@ -62,7 +62,7 @@ data-notebook-path="{{notebook_path}}"
|
||||
<span class="kernel_indicator_name">Kernel</span>
|
||||
<i id="kernel_indicator_icon"></i>
|
||||
</p>
|
||||
<i id="readonly-indicator" class="navbar-text">
|
||||
<i id="readonly-indicator" class="navbar-text" title='This notebook is read-only'>
|
||||
<span class="fa-stack">
|
||||
<i class="fa fa-save fa-stack-1x"></i>
|
||||
<i class="fa fa-ban fa-stack-2x text-danger"></i>
|
||||
|
Loading…
Reference in New Issue
Block a user