web/admin: use <pre> for order field on bound elements (#7031)

Signed-off-by: Jens Langhammer <jens@goauthentik.io>
This commit is contained in:
Jens L
2023-10-02 16:57:21 +02:00
committed by GitHub
parent 4a9b9a2d14
commit 86939937cf
2 changed files with 2 additions and 2 deletions

View File

@ -73,7 +73,7 @@ export class BoundStagesList extends Table<FlowStageBinding> {
row(item: FlowStageBinding): TemplateResult[] {
return [
html`${item.order}`,
html`<pre>${item.order}</pre>`,
html`${item.stageObj?.name}`,
html`${item.stageObj?.verboseName}`,
html` <ak-forms-modal>