Skip to content

Commit

Permalink
Merge pull request #6477 from glekner/fix-1872140
Browse files Browse the repository at this point in the history
Bug 1872140:  Adjust vm console url
  • Loading branch information
openshift-merge-robot committed Sep 14, 2020
2 parents abc92b9 + a4fff7e commit 6a2caf5
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -36,7 +36,7 @@ export const DEFAULT_RDP_PORT = 3389;
export const VM_DETAIL_DETAILS_HREF = 'details';
export const VM_DETAIL_DISKS_HREF = 'disks';
export const VM_DETAIL_NETWORKS_HREF = 'nics';
export const VM_DETAIL_CONSOLES_HREF = 'consoles';
export const VM_DETAIL_CONSOLES_HREF = 'console';
export const VM_DETAIL_ENVIRONMENT = 'environment';
export const VM_DETAIL_SNAPSHOTS = 'snapshots';

Expand Down

0 comments on commit 6a2caf5

Please sign in to comment.