Skip to content

Commit

Permalink
fix(routerTypes): IBM Z systems name
Browse files Browse the repository at this point in the history
  • Loading branch information
cdcabrera committed Nov 19, 2019
1 parent 9424fdc commit 4ee6a8d
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -55,9 +55,9 @@ exports[`Authorization Component should render a non-connected component authori
"title": "IBM Power",
},
Object {
"id": "ibmsystemz",
"id": "ibmz",
"pathParameter": "RHEL for IBM z",
"title": "IBM System Z",
"title": "IBM Z systems",
},
Object {
"id": "x86",
Expand Down Expand Up @@ -132,9 +132,9 @@ exports[`Authorization Component should render a non-connected component error:
"title": "IBM Power",
},
Object {
"id": "ibmsystemz",
"id": "ibmz",
"pathParameter": "RHEL for IBM z",
"title": "IBM System Z",
"title": "IBM Z systems",
},
Object {
"id": "x86",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -73,9 +73,9 @@ Array [
"title": "IBM Power",
},
Object {
"id": "ibmsystemz",
"id": "ibmz",
"pathParameter": "RHEL for IBM z",
"title": "IBM System Z",
"title": "IBM Z systems",
},
Object {
"id": "x86",
Expand Down
4 changes: 2 additions & 2 deletions src/components/router/routerTypes.js
Original file line number Diff line number Diff line change
Expand Up @@ -81,8 +81,8 @@ const navigation = [
pathParameter: RHSM_API_PATH_RHEL_ID_TYPES.IBM_POWER
},
{
title: 'IBM System Z',
id: 'ibmsystemz',
title: 'IBM Z systems',
id: 'ibmz',
pathParameter: RHSM_API_PATH_RHEL_ID_TYPES.IBM_Z
},
{
Expand Down

0 comments on commit 4ee6a8d

Please sign in to comment.