From 222f475dfd662980d5e0b9f27efa951f91604364 Mon Sep 17 00:00:00 2001 From: Rory& Date: Fri, 3 May 2024 19:40:00 +0200 Subject: All kinds of changes --- MatrixUtils.Web/Pages/HSAdmin/RoomQuery.razor | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) (limited to 'MatrixUtils.Web/Pages/HSAdmin') diff --git a/MatrixUtils.Web/Pages/HSAdmin/RoomQuery.razor b/MatrixUtils.Web/Pages/HSAdmin/RoomQuery.razor index afd58af..11df261 100644 --- a/MatrixUtils.Web/Pages/HSAdmin/RoomQuery.razor +++ b/MatrixUtils.Web/Pages/HSAdmin/RoomQuery.razor @@ -82,18 +82,19 @@ @foreach (var res in Results) {
- + @* *@

@if (!string.IsNullOrWhiteSpace(res.CanonicalAlias)) { - @res.CanonicalAlias (@res.RoomId) + @res.CanonicalAlias - @res.RoomId (@res.Name)
} else { - @res.RoomId + @res.RoomId (@res.Name)
} @if (!string.IsNullOrWhiteSpace(res.Creator)) { - Created by + @* Created by *@ + Created by @res.Creator
}

@@ -178,6 +179,7 @@ } } + StateHasChanged(); } private readonly Dictionary validOrderBy = new() { -- cgit 1.5.1