Browse Source

make group id clearer

raylu 11 years ago
parent
commit
2bf5ff84d7
2 changed files with 2 additions and 2 deletions
  1. 1 1
      web/templates/groups.html
  2. 1 1
      web/templates/servers.html

+ 1 - 1
web/templates/groups.html

@@ -2,7 +2,7 @@
 
 {% block main %}
 	{% for group in groups %}
-		{{ group['id'] }}: {{ group['name'] }} ({{ group['api_key'] }})
+		{{ group['name'] }} (<code>id: {{ group['id'] }}, API key: {{ group['api_key'] }}</code>)
 		<br>
 	{% end %}
 	<br>

+ 1 - 1
web/templates/servers.html

@@ -17,7 +17,7 @@
 	{% end %}
 
 	<p>
-		Run the <a href="/client/sysvitals_client">client</a> on a machine with the <code>--configure</code> flag to set up a new server. Your API key can be found on the <a href="/groups">groups page</a>.
+		Run the <a href="/client/sysvitals_client">client</a> on a machine with the <code>--configure</code> flag to set up a new server. Your group ID and API key can be found on the <a href="/groups">groups page</a>.
 		<br>
 		Run the client without arguments as a cronjob every minute:
 		<br>