Skip to content

Commit 52d820e

Browse files
committed
fix bug preventing download of machine registration + bump version
1 parent 5162868 commit 52d820e

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

Diff for: pkg/elemental/models/elemental.cattle.io.machineregistration.js

+1
Original file line numberDiff line numberDiff line change
@@ -115,6 +115,7 @@ export default class MachineRegistration extends ElementalResource {
115115

116116
async getMachineRegistrationData() {
117117
try {
118+
const url = `/elemental/registration/${ this.status.registrationToken }`;
118119
const inStore = this.$rootGetters['currentStore']();
119120
const res = await this.$dispatch(`${ inStore }/request`, { url, responseType: 'blob' }, { root: true });
120121

Diff for: pkg/elemental/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "elemental",
33
"description": "OS Management extension",
4-
"version": "3.0.0-rc.2",
4+
"version": "3.0.0-rc.3",
55
"private": false,
66
"rancher": {
77
"annotations": {

0 commit comments

Comments
 (0)