mac: inline gateway status row
parent
1839c144fa
commit
c4f0236ec0
|
|
@ -59,7 +59,7 @@ struct DebugSettings: View {
|
||||||
}
|
}
|
||||||
LabeledContent("Binary path") { Text(Bundle.main.bundlePath).font(.footnote) }
|
LabeledContent("Binary path") { Text(Bundle.main.bundlePath).font(.footnote) }
|
||||||
LabeledContent("Gateway status") {
|
LabeledContent("Gateway status") {
|
||||||
VStack(alignment: .leading, spacing: 2) {
|
HStack(spacing: 6) {
|
||||||
Text(self.gatewayManager.status.label)
|
Text(self.gatewayManager.status.label)
|
||||||
Text("Restarts: \(self.gatewayManager.restartCount)")
|
Text("Restarts: \(self.gatewayManager.restartCount)")
|
||||||
.font(.caption2)
|
.font(.caption2)
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue