diff --git a/src/views/portfolio/licenses/LicenseList.vue b/src/views/portfolio/licenses/LicenseList.vue
index 4f2cac108..a370ee411 100644
--- a/src/views/portfolio/licenses/LicenseList.vue
+++ b/src/views/portfolio/licenses/LicenseList.vue
@@ -95,6 +95,16 @@ export default {
return value === true ? '' : '';
},
},
+ {
+ title: this.$t('message.deprecated'),
+ field: 'isDeprecatedLicenseId',
+ sortable: false,
+ align: 'center',
+ class: 'tight',
+ formatter: function (value, row, index) {
+ return value === true ? '' : '';
+ },
+ },
{
title: this.$t('message.custom_license'),
field: 'isCustomLicense',