Просмотр исходного кода

smaller device status

feature/upgrade_jar
Jonathan Cobb 4 лет назад
Родитель
Сommit
3b75696c99
2 измененных файлов: 4 добавлений и 1 удалений
  1. +1
    -1
      src/account/DevicesPage.vue
  2. +3
    -0
      src/index.html

+ 1
- 1
src/account/DevicesPage.vue Просмотреть файл

@@ -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 Просмотреть файл

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


Загрузка…
Отмена
Сохранить