Skip to content
Snippets Groups Projects
Commit cd8710f4 authored by Igor Ignác's avatar Igor Ignác
Browse files

Merge branch 'fix-guacamole' into 'master'

Fix guacamole uuid

See merge request muni-kypo-crp/frontend-angular/components/kypo-angular-topology!68
parents f7f78b63 352bfa7a
No related branches found
No related tags found
No related merge requests found
14.3.0 Fix uuid for guacamole access.
14.2.0 Replace sandbox id with uuid. 14.2.0 Replace sandbox id with uuid.
14.1.0 Disabled spice consoles option when it is not ready. Changed strategy for obtaining spice consoles. 14.1.0 Disabled spice consoles option when it is not ready. Changed strategy for obtaining spice consoles.
14.0.2 Rename from kypo2 to kypo. 14.0.2 Rename from kypo2 to kypo.
......
...@@ -142,7 +142,7 @@ export class KypoTopologyGraphComponent implements OnInit, OnChanges, OnDestroy, ...@@ -142,7 +142,7 @@ export class KypoTopologyGraphComponent implements OnInit, OnChanges, OnDestroy,
} }
ngOnChanges(changes: SimpleChanges): void { ngOnChanges(changes: SimpleChanges): void {
if ('sandboxInstanceId' in changes) { if ('sandboxUuid' in changes) {
this.sandboxService.setSandboxInstanceId(this.sandboxUuid); this.sandboxService.setSandboxInstanceId(this.sandboxUuid);
} }
if ('sandboxDefinitionId' in changes) { if ('sandboxDefinitionId' in changes) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment