mirror of
https://github.com/zitadel/zitadel.git
synced 2025-08-23 05:37:35 +00:00
feat(console-v2): save table filters as queryparams, smtp update (#3624)
* show warn for missing smtp * org table, failed events, views table fallback, org table filters * log notification providers, user filter, copy to clip fix * lint Co-authored-by: Livio Amstutz <livio.a@gmail.com>
This commit is contained in:
@@ -847,7 +847,8 @@
|
||||
"USER": "Benutzer",
|
||||
"PASSWORD": "Passwort",
|
||||
"TLS": "Transport Layer Security (TLS)",
|
||||
"SAVED": "Erfolgreich gespeichert."
|
||||
"SAVED": "Erfolgreich gespeichert.",
|
||||
"REQUIREDWARN": "Damit Mails von Ihrer Domain verschickt werden können, müssen Sie Ihre SMTP Einstellungen konfigurieren."
|
||||
},
|
||||
"SMS": {
|
||||
"TITLE": "SMS Einstellungen",
|
||||
|
@@ -847,7 +847,8 @@
|
||||
"USER": "User",
|
||||
"PASSWORD": "Password",
|
||||
"TLS": "Transport Layer Security (TLS)",
|
||||
"SAVED": "Saved successfully!"
|
||||
"SAVED": "Saved successfully!",
|
||||
"REQUIREDWARN": "To send notifications from your domain, you have to enter your SMTP data."
|
||||
},
|
||||
"SMS": {
|
||||
"TITLE": "SMS Settings",
|
||||
|
@@ -847,7 +847,8 @@
|
||||
"USER": "Utente",
|
||||
"PASSWORD": "Password",
|
||||
"TLS": "Transport Layer Security (TLS)",
|
||||
"SAVED": "Salvato con successo!"
|
||||
"SAVED": "Salvato con successo!",
|
||||
"REQUIREDWARN": "Per inviare notifiche dal tuo dominio, devi inserire i tuoi dati SMTP."
|
||||
},
|
||||
"SMS": {
|
||||
"TITLE": "Impostazioni SMS",
|
||||
|
1
console/src/assets/mdi/shield-alert.svg
Normal file
1
console/src/assets/mdi/shield-alert.svg
Normal file
@@ -0,0 +1 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?><!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"><svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" width="24" height="24" viewBox="0 0 24 24"><path d="M12,1L3,5V11C3,16.55 6.84,21.74 12,23C17.16,21.74 21,16.55 21,11V5M11,7H13V13H11M11,15H13V17H11" /></svg>
|
After Width: | Height: | Size: 390 B |
Reference in New Issue
Block a user