mirror of
https://github.com/goauthentik/authentik
synced 2026-04-26 01:25:02 +02:00
files: rework (#17535)
Co-authored-by: Dominic R <dominic@sdko.org> Co-authored-by: Jens Langhammer <jens@goauthentik.io> Co-authored-by: Tana M Berry <tana@goauthentik.io>
This commit is contained in:
committed by
GitHub
parent
f914af70f1
commit
c30d1a478d
@@ -110,6 +110,9 @@ export class DeleteObjectsTable<T extends object> extends Table<T> {
|
||||
case UsedByActionEnum.SetNull:
|
||||
consequence = msg("reference will be set to an empty value");
|
||||
break;
|
||||
case UsedByActionEnum.LeftDangling:
|
||||
consequence = msg("reference will be left dangling");
|
||||
break;
|
||||
}
|
||||
return html`<li>${msg(str`${ub.name} (${consequence})`)}</li>`;
|
||||
})}
|
||||
|
||||
Reference in New Issue
Block a user