Merge remote-tracking branch 'origin/main' into feature/308-web-form
This commit is contained in:
commit
4af80a8305
16 changed files with 9624 additions and 9715 deletions
|
|
@ -442,7 +442,7 @@ defmodule MvWeb.GlobalSettingsLive do
|
|||
</.form_section>
|
||||
|
||||
<%!-- Vereinfacht Integration Section --%>
|
||||
<.form_section title={gettext("Vereinfacht Integration")}>
|
||||
<.form_section title={gettext("Accounting-Software (Vereinfacht) Integration")}>
|
||||
<%= if @vereinfacht_env_configured do %>
|
||||
<p class="text-sm text-base-content/70 mb-4">
|
||||
{gettext("Some values are set via environment variables. Those fields are read-only.")}
|
||||
|
|
@ -550,7 +550,7 @@ defmodule MvWeb.GlobalSettingsLive do
|
|||
</.form>
|
||||
</.form_section>
|
||||
<%!-- OIDC Section --%>
|
||||
<.form_section title={gettext("OIDC")}>
|
||||
<.form_section title={gettext("OIDC (Single Sign-On)")}>
|
||||
<%= if @oidc_env_configured do %>
|
||||
<p class="text-sm text-base-content/70 mb-4">
|
||||
{gettext("Some values are set via environment variables. Those fields are read-only.")}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue