diff --git a/src/account/DevicesPage.vue b/src/account/DevicesPage.vue index c49e9c6..57b3291 100644 --- a/src/account/DevicesPage.vue +++ b/src/account/DevicesPage.vue @@ -73,7 +73,7 @@ - +
{{device.status.ip}}
diff --git a/src/index.html b/src/index.html index 26c6e2c..74fe54e 100755 --- a/src/index.html +++ b/src/index.html @@ -108,6 +108,9 @@ .bubble-field-help { font-size: small; } + .device-connection-status { + font-size: small; + } .bubble-app-icon { font-size: x-large; }