File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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>
You can’t perform that action at this time.
0 commit comments