Skip to content

Commit 9a3797f

Browse files
committed
대시보드 2차스토리지 문구 수정('할당됨' > '사용됨')
ui 빌드 버그 > 빈 라인 제거
1 parent f8220ca commit 9a3797f

File tree

4 files changed

+2
-4
lines changed

4 files changed

+2
-4
lines changed

ui/public/locales/ko_KR.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -378,7 +378,7 @@
378378
"label.all.available.data": "\uc0ac\uc6a9 \uac00\ub2a5\ud55c \ubaa8\ub4e0 \ub370\uc774\ud130",
379379
"label.all.ipv6": "\ubaa8\ub4e0 IPv6",
380380
"label.all.zone": "\ubaa8\ub4e0 Zones",
381-
"label.allocated": "\ud560\ub2f9",
381+
"label.allocated": "\ud560\ub2f9\ub428",
382382
"label.allocatedonly": "\ud560\ub2f9",
383383
"label.allocationstate": "\ud560\ub2f9 \uc0c1\ud0dc",
384384
"label.allow": "\ud5c8\uc6a9",

ui/src/config/section/compute.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1121,4 +1121,3 @@ export default {
11211121
}
11221122
]
11231123
}
1124-

ui/src/views/compute/CreateKubernetesCluster.vue

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -529,4 +529,3 @@ export default {
529529
}
530530
}
531531
</style>
532-

ui/src/views/dashboard/CapacityDashboard.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -222,7 +222,7 @@
222222
/>
223223
<br/>
224224
<div style="text-align: center">
225-
{{ displayData(ctype, statsMap[ctype]?.capacityused) }} <span v-if="ctype !== 'STORAGE'">{{ $t('label.allocated') }}</span><span v-else>{{ $t('label.used') }}</span> | {{ displayData(ctype, statsMap[ctype]?.capacitytotal) }} {{ $t('label.total') }}
225+
{{ displayData(ctype, statsMap[ctype]?.capacityused) }} <span v-if="ctype !== 'STORAGE' && ctype !== 'SECONDARY_STORAGE'">{{ $t('label.allocated') }}</span><span v-else>{{ $t('label.used') }}</span> | {{ displayData(ctype, statsMap[ctype]?.capacitytotal) }} {{ $t('label.total') }}
226226
</div>
227227
</div>
228228
</div>

0 commit comments

Comments
 (0)