Skip to content

Commit

Permalink
Add ID row to Internet Gateway side modal (#2658)
Browse files Browse the repository at this point in the history
  • Loading branch information
charliepark authored Jan 27, 2025
1 parent 13a8200 commit b4f2a96
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/pages/project/vpcs/internet-gateway-edit.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -137,6 +137,7 @@ export function EditInternetGatewayForm() {
<PropertiesTable key={internetGateway.id}>
<PropertiesTable.Row label="Name">{internetGateway.name}</PropertiesTable.Row>
<PropertiesTable.DescriptionRow description={internetGateway.description} />
<PropertiesTable.IdRow id={internetGateway.id} />
</PropertiesTable>

<FormDivider />
Expand Down

0 comments on commit b4f2a96

Please sign in to comment.