README.md in mission_control-servers-0.2.2 vs README.md in mission_control-servers-0.2.3
- old
+ new
@@ -54,10 +54,17 @@
```html
http://localhost:3000/mission_control-servers/projects?dark=true
```
+You can also adjust the interval when you have multiple servers on a project. The default setting is 10 seconds
+between servers, but this can be adjusted with an URL Parameter. The `interval` value is entered in seconds.
+
+```html
+http://localhost:3000/mission_control-servers/projects?dark=true&interval=10
+```
+
## Protecting the Dashboard
You can protect the dashboard by using a constraint. This will allow you to only allow certain users to access
the dashboard. However, the ingress still needs to be accessible by the servers which are being monitored.
@@ -96,15 +103,15 @@

Detailed Dashboard updates automatically
-
+
-
Dark Mode support added in v0.1.4 (you can set this with a URL Param dark=true)
-
+
+
## License
The gem is available as open source under the terms of the [MIT License](https://opensource.org/licenses/MIT).