Status page

Our status page needs to show the user the status of their complete infrastructure in one view. To do so, a table feels like the appropriate design component. As the most important information to the user is going to be the latest status of their servers, our status page will need to show only one table row per node and list only the latest values for each different data type that we have in the database for that node.

For the sample data that I added to my database, we would ideally want a table similar to this on the status page:

Status page

As you can see, we only mention each node once, and group the different data types so that all information ...

Get Django Project Blueprints now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.