소스 검색

smaller device status

feature/upgrade_jar
Jonathan Cobb 4 년 전
부모
커밋
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;
}


불러오는 중...
취소
저장