about summary refs log tree commit diff
path: root/MatrixUtils.Web/Pages/HSAdmin/HSAdmin.razor
diff options
context:
space:
mode:
authorRory& <root@rory.gay>2025-02-21 18:13:02 +0100
committerRory& <root@rory.gay>2025-02-21 18:13:02 +0100
commit863faaa050c4ba02190c0d53e41d931df890e593 (patch)
tree30db3ea27fb6866c319f70ca9c0ae158ef123528 /MatrixUtils.Web/Pages/HSAdmin/HSAdmin.razor
parentSome cleanup (diff)
downloadMatrixUtils-863faaa050c4ba02190c0d53e41d931df890e593.tar.xz
HomeserverEmulator changes
Diffstat (limited to 'MatrixUtils.Web/Pages/HSAdmin/HSAdmin.razor')
-rw-r--r--MatrixUtils.Web/Pages/HSAdmin/HSAdmin.razor5
1 files changed, 5 insertions, 0 deletions
diff --git a/MatrixUtils.Web/Pages/HSAdmin/HSAdmin.razor b/MatrixUtils.Web/Pages/HSAdmin/HSAdmin.razor

index 409d582..09cc2cd 100644 --- a/MatrixUtils.Web/Pages/HSAdmin/HSAdmin.razor +++ b/MatrixUtils.Web/Pages/HSAdmin/HSAdmin.razor
@@ -12,6 +12,11 @@ else { <hr/> <a href="/HSAdmin/RoomQuery">Query rooms</a> } + else if (Homeserver is AuthenticatedHomeserverHSE) { + <h4>Rory&amp;::LibMatrix.HomeserverEmulator tools</h4> + <hr/> + <a href="/HSAdmin/HSE/ManageExternalProfiles">Manage external profiles</a> + } else { <p>Homeserver type @Homeserver.GetType().Name does not have any administration tools in RMU.</p> <p>Server info:</p>