Selaa lähdekoodia

smaller device status

feature/upgrade_jar
Jonathan Cobb 4 vuotta sitten
vanhempi
commit
3b75696c99
2 muutettua tiedostoa jossa 4 lisäystä ja 1 poistoa
  1. +1
    -1
      src/account/DevicesPage.vue
  2. +3
    -0
      src/index.html

+ 1
- 1
src/account/DevicesPage.vue Näytä tiedosto

@@ -73,7 +73,7 @@
</select>
</form>
</td>
<td>
<td class="device-connection-status">
<div v-if="device.status.ip">
{{device.status.ip}}
<div v-if="device.status.location">


+ 3
- 0
src/index.html Näytä tiedosto

@@ -108,6 +108,9 @@
.bubble-field-help {
font-size: small;
}
.device-connection-status {
font-size: small;
}
.bubble-app-icon {
font-size: x-large;
}


Ladataan…
Peruuta
Tallenna