mirror of
https://github.com/rcourtman/Pulse.git
synced 2026-09-23 11:46:28 +00:00
docs: organize desktop screenshots in 2x2 grid layout
- Change desktop screenshots from vertical list to 2x2 grid table format - Set screenshot width to 400px for better readability - Add clear labels above each desktop screenshot - Maintain dashboard as hero image while organizing other views 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
@@ -13,14 +13,26 @@ A lightweight monitoring application for Proxmox VE that displays real-time stat
|
||||
<details>
|
||||
<summary><strong>Click to view other UI tabs</strong></summary>
|
||||
|
||||
**PBS Tab:**
|
||||

|
||||
|
||||
**Backups Tab:**
|
||||

|
||||
|
||||
**Line Graph Toggle:**
|
||||

|
||||
<div align="center">
|
||||
<table>
|
||||
<tr>
|
||||
<td align="center"><strong>PBS Tab</strong></td>
|
||||
<td align="center"><strong>Backups Tab</strong></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><img src="docs/images/02-pbs-view.png" alt="PBS View" width="400"/></td>
|
||||
<td><img src="docs/images/03-backups-view.png" alt="Backups View" width="400"/></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td align="center"><strong>Line Graph Toggle</strong></td>
|
||||
<td></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><img src="docs/images/04-line-graph-toggle.png" alt="Line Graph Toggle View" width="400"/></td>
|
||||
<td></td>
|
||||
</tr>
|
||||
</table>
|
||||
</div>
|
||||
|
||||
</details>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user