Skip to content

Commit a8f3199

Browse files
committed
라이센스 안내 문구 형식 수정
1 parent 955ebda commit a8f3199

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

ui/src/components/view/DetailsTab.vue

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,9 @@
2424
</template>
2525
</a-alert>
2626
<div v-if="['host'].includes($route.meta.name)">
27-
<a-alert type="error" v-if="!dataResource.licenseExpiryDate" :message="$t('message.license.not.found')" />
28-
<a-alert type="error" v-else-if="isLicenseExpired(dataResource.licenseExpiryDate)" :message="$t('message.alert.licenseexpired') + ' : ' + dataResource.licenseExpiryDate + '(' + $t('message.license.renewal.required') + ')'" />
29-
<a-alert type="success" v-else :message="$t('message.alert.licenseexpired') + ' : ' + dataResource.licenseExpiryDate + '(' + calculateDday(dataResource.licenseExpiryDate) + $t('message.license.days.left') + ')'" />
27+
<a-alert type="error" :showIcon="true" v-if="!dataResource.licenseExpiryDate" :message="$t('message.license.not.found')" />
28+
<a-alert type="error" :showIcon="true" v-else-if="isLicenseExpired(dataResource.licenseExpiryDate)" :message="$t('message.alert.licenseexpired') + ' : ' + dataResource.licenseExpiryDate + '(' + $t('message.license.renewal.required') + ')'" />
29+
<a-alert type="success" :showIcon="true" v-else :message="$t('message.alert.licenseexpired') + ' : ' + dataResource.licenseExpiryDate + '(' + calculateDday(dataResource.licenseExpiryDate) + $t('message.license.days.left') + ')'" />
3030
</div>
3131
<!-- <a-alert type="error" v-if="['host'].includes($route.meta.name)">
3232
<template #message>

0 commit comments

Comments
 (0)