Open josevalim opened 1 month ago
Currently we show it only on the workspace but that may not be clear enough. My suggestion is to get these two messages, store them in Livebook.Config, and make it visible on all "admin" pages (home, settings, workspaces, etc):
Livebook.Config
https://github.com/livebook-dev/livebook/blob/0ae9c1871d7aab197af4794797131f431109082e/lib/livebook/hubs/team.ex#L145-L150
This should help avoid confusion as in #2826.
The message should be a bit more general and say:
This Livebook instance has been configured for notebook deployment and is in read-only mode.
Currently we show it only on the workspace but that may not be clear enough. My suggestion is to get these two messages, store them in
Livebook.Config
, and make it visible on all "admin" pages (home, settings, workspaces, etc):https://github.com/livebook-dev/livebook/blob/0ae9c1871d7aab197af4794797131f431109082e/lib/livebook/hubs/team.ex#L145-L150
This should help avoid confusion as in #2826.