diff --git a/README.md b/README.md index ad13924..b1ad427 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ Open Network Diagram helps you document your infrastructure in a visual UI while ## Features - Network view with ethernet labels to make physical and logical links easy to read. -- Non-network view for host-first inventory and service mapping. +- Hosts & VMs view for host-first inventory and service mapping. - Rack view: managed racks with U positions and heights, side-by-side shelf items, and click-through to the editor. - Node search that highlights matches by name, IP, role or OS and dims everything else. - IPAM panel: per-subnet utilization, duplicate-IP conflict detection, and next-free-IP suggestions when adding machines, devices or VMs. @@ -81,13 +81,13 @@ docker rm open-network-diagram ## What It Looks Like -| Network view with ethernet labels | Non-network view with VMs expanded | Modal editing a machine | +| Network view with ethernet labels | Hosts & VMs view with VMs expanded | Modal editing a machine | | -------------------------------------------------------------------------- | --------------------------------------------------------------------------- | ---------------------------------------------------------------- | -| ![Open Network Diagram network view with ethernet labels](screenshot1.png) | ![Open Network Diagram non-network view with VMs expanded](screenshot2.png) | ![Open Network Diagram modal editing a machine](screenshot3.png) | +| ![Open Network Diagram network view with ethernet labels](screenshot1.png) | ![Open Network Diagram Hosts & VMs view with VMs expanded](screenshot2.png) | ![Open Network Diagram modal editing a machine](screenshot3.png) | -| IPAM panel with subnet utilization | Rack view with shelf items | -| --------------------------------------------------------------------------- | ------------------------------------------------------------------- | -| ![Open Network Diagram IPAM panel with subnet utilization](screenshot4.png) | ![Open Network Diagram rack view with shelf items](screenshot5.png) | +| IPAM panel with subnet utilization | Rack view with shelf items | Dark mode | +| --------------------------------------------------------------------------- | ------------------------------------------------------------------- | -------------------------------------------------- | +| ![Open Network Diagram IPAM panel with subnet utilization](screenshot4.png) | ![Open Network Diagram rack view with shelf items](screenshot5.png) | ![Open Network Diagram dark mode](screenshot6.png) | ## Docker Compose Option diff --git a/screenshot1.png b/screenshot1.png index 909485c..ecae57c 100644 Binary files a/screenshot1.png and b/screenshot1.png differ diff --git a/screenshot2.png b/screenshot2.png index 9bff545..d51c2c2 100644 Binary files a/screenshot2.png and b/screenshot2.png differ diff --git a/screenshot3.png b/screenshot3.png index 97c33c6..85ff5e1 100644 Binary files a/screenshot3.png and b/screenshot3.png differ diff --git a/screenshot4.png b/screenshot4.png index c088df9..505310f 100644 Binary files a/screenshot4.png and b/screenshot4.png differ diff --git a/screenshot5.png b/screenshot5.png index 7c5fe92..e03aa5a 100644 Binary files a/screenshot5.png and b/screenshot5.png differ diff --git a/screenshot6.png b/screenshot6.png new file mode 100644 index 0000000..028a077 Binary files /dev/null and b/screenshot6.png differ