mirror of
https://github.com/dkmstr/openuds-gui.git
synced 2024-12-22 17:33:48 +03:00
Fixed initialization & use of servicesInformation on services.component.html
This commit is contained in:
parent
14554b1722
commit
109de10ef5
@ -22,7 +22,14 @@ class GroupedServices {
|
|||||||
styleUrls: ['./services.component.css'],
|
styleUrls: ['./services.component.css'],
|
||||||
})
|
})
|
||||||
export class ServicesComponent implements OnInit {
|
export class ServicesComponent implements OnInit {
|
||||||
servicesInformation: JSONServicesInformation;
|
servicesInformation: JSONServicesInformation = {
|
||||||
|
autorun: false,
|
||||||
|
ip: '',
|
||||||
|
nets: '',
|
||||||
|
services: [],
|
||||||
|
transports: ''
|
||||||
|
};
|
||||||
|
|
||||||
group: GroupedServices[];
|
group: GroupedServices[];
|
||||||
|
|
||||||
constructor(public api: UDSApiService) {}
|
constructor(public api: UDSApiService) {}
|
||||||
|
Loading…
Reference in New Issue
Block a user