Skip to content
This repository has been archived by the owner on Sep 23, 2021. It is now read-only.

Commit

Permalink
feat(devices): show notification type
Browse files Browse the repository at this point in the history
Signed-off-by: Gianfranco Manganiello <gianfrancomanganiello1997@gmail.com>
  • Loading branch information
Gianfranco97 authored and ajsb85 committed Dec 13, 2018
1 parent bd29791 commit 2a1aa12
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
7 changes: 7 additions & 0 deletions src/containers/Devices/components/Sections/Main.js
Original file line number Diff line number Diff line change
Expand Up @@ -433,6 +433,13 @@ export default class Main extends PureComponent {
{this.state.data.mdm_type}
</div>

<div className="title">
{I18n.t('commons.notification_type')}
</div>
<div style={{ paddingLeft: 20 }}>
{this.state.data.notification_type}
</div>

<div className="title">
{I18n.t('commons.telephone_numbers')}
</div>
Expand Down
3 changes: 2 additions & 1 deletion src/shared/i18n/source_file.json
Original file line number Diff line number Diff line change
Expand Up @@ -648,6 +648,7 @@
"Storages": "Storages",
"architecture": "Architecture",
"kernel_version": "Kernel version",
"kernel_name": "Kernel name"
"kernel_name": "Kernel name",
"notification_type": "Notification type"
}
}

0 comments on commit 2a1aa12

Please sign in to comment.