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:
Marc 'risson' Schmitt
2025-12-02 18:01:51 +01:00
committed by GitHub
parent f914af70f1
commit c30d1a478d
99 changed files with 3648 additions and 1504 deletions

View File

@@ -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>`;
})}