add dolist link to manager
This commit is contained in:
parent
3d175f107e
commit
d4cdf1fb96
2 changed files with 4 additions and 0 deletions
|
@ -28,4 +28,7 @@ as defined by the routes in the `admin/` namespace
|
|||
<% if Rails.application.secrets.sendinblue[:enabled] && ENV["SAML_IDP_ENABLED"] == "enabled" %>
|
||||
<%= link_to "Sendinblue", ENV.fetch("SENDINBLUE_LOGIN_URL"), class: "navigation__link", target: '_blank' %>
|
||||
<% end %>
|
||||
<% if ENV.fetch("SAML_IDP_ENABLED") == "enabled" && ENV["DOLIST_LOGIN_URL"].present? %>
|
||||
<%= link_to "Dolist", ENV.fetch("DOLIST_LOGIN_URL"), class: "navigation__link", target: '_blank' %>
|
||||
<% end %>
|
||||
</nav>
|
||||
|
|
|
@ -154,3 +154,4 @@ SAML_IDP_CERTIFICATE="idpcertificate"
|
|||
SAML_IDP_SECRET_KEY="-----BEGIN RSA PRIVATE KEY-----\nblabla+blabla\n-----END RSA PRIVATE KEY-----\n"
|
||||
SAML_DOLIST_CERTIFICATE="spcertificate"
|
||||
SAML_DOLIST_HOST="dolisthoname"
|
||||
DOLIST_LOGIN_URL="https://clientpreprod.dolist.net"
|
||||
|
|
Loading…
Add table
Reference in a new issue