Skip to content

Commit

Permalink
Merge pull request #20 from luputeodor2/read-from-env
Browse files Browse the repository at this point in the history
PharmaLedger-IMI/epi-workspace#930 show network name in settings page
  • Loading branch information
salboaie authored Oct 7, 2022
2 parents af4601f + e0e00ec commit 351f913
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions code/pages/settingsPage/settings.css
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,10 @@ ion-select {
padding-right: 10px;
}

.network-name-label {
margin-top: 24px;
}

.app-version-label {
margin-top: 24px;
}
Expand Down
3 changes: 3 additions & 0 deletions code/pages/settingsPage/settings.html
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,9 @@
<div class="label"> {{$fwd_about}}</div>
<div class="fwd-icon"></div>
</div>
<div class="label network-name-label">
{{$network_name_label}} {{@networkName.value}}
</div>
<div class="label app-version-label">
{{$app_version_label}} {{@appVersion}}
</div>
Expand Down
1 change: 1 addition & 0 deletions code/pages/settingsPage/settings.translate.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,5 +33,6 @@
"fwd_privacy": "Privacy policy",
"fwd_terms": "Terms and conditions",
"socket_for_camera": "Use socket connection for camera",
"network_name_label": "Network name: ",
"app_version_label": "App version "
}

0 comments on commit 351f913

Please # to comment.