Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@

All notable changes to the sample angular app will be documented in this file.

## 2.18.6
- Bugfix: Change app2app example to tn3270 with a TLS connection to foster responsible use ([#135](https://github.com/zowe/sample-angular-app/pull/135))

## 2.0.1
- Bugfix: Schema file was not included, preventing installation as a component
- Bugfix: Manifest build content template was never resolved, so it has been removed.
Expand Down
13 changes: 0 additions & 13 deletions sample-angular-app.ppf

This file was deleted.

4 changes: 2 additions & 2 deletions webClient/src/app/app.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -39,13 +39,13 @@ export class AppComponent {
`{"type":"connect",
"connectionSettings":{
"host":"localhost",
"port":23,
"port":992,
"deviceType":5,
"alternateHeight":60,
"alternateWidth":132,
"oiaEnabled": true,
"security": {
"type":0
"type":"tls"
}
}}`;

Expand Down
Loading