소스 검색

fix security level display message

pull/72/head
Jonathan Cobb 4 년 전
부모
커밋
a321ff311c
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. +1
    -1
      src/_components/modals/DeviceDetail.vue

+ 1
- 1
src/_components/modals/DeviceDetail.vue 파일 보기

@@ -28,7 +28,7 @@
>
<template v-slot:selected-option="option">
<span>
{{ messages.label_field_device_security_level }}: {{ option.label }}
{{ messages.label_field_device_security_level }}: {{ messages['device_security_level_'+option.label] }}
</span>
</template>
</v-select>


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