This was bothering me
This commit is contained in:
parent
28bbdac90a
commit
30b28b8aba
1 changed files with 1 additions and 0 deletions
|
@ -79,6 +79,7 @@ export class InstanceDetailsDialog extends FormDialog {
|
||||||
data.host = this.instanceHost.value;
|
data.host = this.instanceHost.value;
|
||||||
data.hostSecure = this.instanceHostSecure.checked;
|
data.hostSecure = this.instanceHostSecure.checked;
|
||||||
data.software = this.instanceSoftware.value;
|
data.software = this.instanceSoftware.value;
|
||||||
|
|
||||||
resolve(data);
|
resolve(data);
|
||||||
this.close();
|
this.close();
|
||||||
}, ONCE);
|
}, ONCE);
|
||||||
|
|
Loading…
Add table
Reference in a new issue