diff --git a/src/app.config.json b/src/app.config.json index 0673d0896..7d6ef8fba 100644 --- a/src/app.config.json +++ b/src/app.config.json @@ -9,7 +9,8 @@ "© 2017 - 2018 Alfresco Software, Inc. All rights reserved." }, "experimental": { - "libraries": false + "libraries": false, + "comments": false }, "headerColor": "#2196F3", "languagePicker": false, diff --git a/src/app/components/info-drawer/info-drawer.component.html b/src/app/components/info-drawer/info-drawer.component.html index 985ebec34..828271da4 100644 --- a/src/app/components/info-drawer/info-drawer.component.html +++ b/src/app/components/info-drawer/info-drawer.component.html @@ -12,21 +12,29 @@ - - - - - + + + + + - - - face - {{ 'VERSION.SELECTION.EMPTY' | translate }} - - - + + + + + + + + + + face + {{ 'VERSION.SELECTION.EMPTY' | translate }} + + + + diff --git a/src/assets/i18n/en.json b/src/assets/i18n/en.json index 189470c16..a9dfa968d 100644 --- a/src/assets/i18n/en.json +++ b/src/assets/i18n/en.json @@ -232,7 +232,8 @@ "TITLE": "Details", "TABS": { "PROPERTIES": "Properties", - "VERSIONS": "Versions" + "VERSIONS": "Versions", + "COMMENTS": "Comments" } } },