diff --git a/src/meshcore_hub/web/routes/admin.py b/src/meshcore_hub/web/routes/admin.py index d3a57f2..13d052c 100644 --- a/src/meshcore_hub/web/routes/admin.py +++ b/src/meshcore_hub/web/routes/admin.py @@ -437,7 +437,7 @@ async def admin_members( try: response = await request.app.state.http_client.get( "/api/v1/members", - params={"limit": 1000}, + params={"limit": 500}, ) if response.status_code == 200: data = response.json() diff --git a/src/meshcore_hub/web/templates/admin/index.html b/src/meshcore_hub/web/templates/admin/index.html index f99603f..9087600 100644 --- a/src/meshcore_hub/web/templates/admin/index.html +++ b/src/meshcore_hub/web/templates/admin/index.html @@ -21,7 +21,8 @@ {% if auth_username or auth_user %} {{ auth_username or auth_user }} @@ -29,7 +30,8 @@ {% if auth_email %} {{ auth_email }} @@ -38,28 +40,31 @@
Manage custom tags and metadata for network nodes.
-Manage network members and operators.
Manage custom tags and metadata for network nodes.
+No members configured yet.
-Add a new member below.
+Click "Add Member" to create the first member.