Skip to content

Commit d4e3364

Browse files
authored
Merge pull request #154 from newrelic/ru/deprecation-fixes
fix: deprecated platform parameters
2 parents 6fac118 + 63cf61b commit d4e3364

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

nerdlets/geo-ops-nerdlet/GeoMap/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,7 @@ export default class GeoMap extends Component {
183183
);
184184
} else {
185185
const location = navigation.getOpenStackedNerdletLocation({
186-
id: 'workloads.home',
186+
id: 'workloads.launcher',
187187
urlState: {
188188
nerdletId: 'workloads.overview',
189189
entityId: firstWorkloadEntity.guid

nerdlets/geo-ops-nerdlet/ViewMap/DetailPanel/Header/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ export default class Header extends React.PureComponent {
4747
<>
4848
{workloadEntities.map((workload, i) => {
4949
const location = navigation.getOpenStackedNerdletLocation({
50-
id: 'workloads.home',
50+
id: 'workloads.launcher',
5151
urlState: {
5252
nerdletId: 'workloads.overview',
5353
entityId: workload.guid

0 commit comments

Comments
 (0)