Added fields for managed info
This commit is contained in:
@@ -37,6 +37,11 @@ Datacenter Modeler is a React-based web application for designing datacenter rac
|
||||
- Edit component port-map properties for Switch, Firewall, Storage Switch, Router, Server, Blade Chassis, Storage Array, and KVM:
|
||||
- Dynamic port map with Port ID, Cable ID, and VLAN fields
|
||||
- VLAN defaults to 1 for new component ports
|
||||
- Edit managed-device properties for Switch, Firewall, Storage Switch, Router, Server, Blade Chassis, Storage Array, and KVM:
|
||||
- Managed status
|
||||
- IP address/hostname
|
||||
- URL
|
||||
- User
|
||||
- Edit PDU-specific properties:
|
||||
- Horizontal rack mount or vertical side mount
|
||||
- Horizontal size from 1U to 12U
|
||||
@@ -149,7 +154,7 @@ Diagram data is stored as JSON with this top-level shape:
|
||||
}
|
||||
```
|
||||
|
||||
Each rack/cabinet contains its own metadata and an array of installed equipment. Equipment records include type, name, size, U position, manufacturer/model details, asset information, power, notes, and display color. Patch panel and network-capable component records also include structured port map metadata. PDU records include mounting orientation, side placement for vertical PDUs, input voltage, output port definitions, and managed-device connection metadata.
|
||||
Each rack/cabinet contains its own metadata and an array of installed equipment. Equipment records include type, name, size, U position, manufacturer/model details, asset information, power, notes, and display color. Patch panel and network-capable component records also include structured port map metadata. Network-capable components and PDUs can store managed-device connection metadata.
|
||||
|
||||
## Project Structure
|
||||
|
||||
|
||||
Reference in New Issue
Block a user