@c8y/ngx-components 1018.0.263 → 1018.0.265

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -947,6 +947,21 @@ function gettext(str) {
947
947
  }
948
948
 
949
949
  /* tslint:disable:max-line-length */
950
+ /*
951
+ Description for applications is provided within .github/workflows/verify-apps.yml.
952
+ */
953
+ // eslint-disable-next-line @typescript-eslint/no-unused-vars
954
+ const applicationMessages = {
955
+ cockpit: {
956
+ description: gettext('The Cockpit application provides you with options to manage and monitor Internet of Things (IoT) assets and data from a business perspective.')
957
+ },
958
+ devicemanagement: {
959
+ description: gettext('The Device Management application provides functionalities for managing and monitoring devices and enables you to control and troubleshoot devices remotely.')
960
+ },
961
+ administration: {
962
+ description: gettext('The Administration application enables account administrators to manage their users, roles, tenants, applications and business rules and lets them configure a number of settings for their account.')
963
+ }
964
+ };
950
965
  const bulkOperationAuditLogTextPlaceholders = {
951
966
  updatesList: {
952
967
  capture: '$1',