Skip to content

Commit be647f6

Browse files
authored
wicket: fix alignment after uplink_ip -> uplink_cidr rename (#3766)
Small follow-up to #3755 ![image](https://github.com/oxidecomputer/omicron/assets/287063/1ffb1666-61f7-40b5-ba62-737732993602)
1 parent 5b9f141 commit be647f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

wicket/src/ui/panes/rack_setup.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -755,7 +755,7 @@ fn rss_config_text<'a>(
755755
Span::styled(uplink.gateway_ip.to_string(), ok_style),
756756
],
757757
vec![
758-
Span::styled(" • Uplink CIDR : ", label_style),
758+
Span::styled(" • Uplink CIDR : ", label_style),
759759
Span::styled(uplink.uplink_cidr.to_string(), ok_style),
760760
],
761761
vec![

0 commit comments

Comments
 (0)