mirror of https://github.com/rancher/ui.git
Add docker 27.2.x URL
This commit is contained in:
parent
24470735df
commit
e702f74754
|
|
@ -47,6 +47,10 @@ export default Component.extend({
|
||||||
} catch (_err) {}
|
} catch (_err) {}
|
||||||
|
|
||||||
let out = [
|
let out = [
|
||||||
|
{
|
||||||
|
label: 'v27.2.x',
|
||||||
|
value: 'https://releases.rancher.com/install-docker/27.2.sh'
|
||||||
|
},
|
||||||
{
|
{
|
||||||
label: 'v27.1.x',
|
label: 'v27.1.x',
|
||||||
value: 'https://releases.rancher.com/install-docker/27.1.sh'
|
value: 'https://releases.rancher.com/install-docker/27.1.sh'
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue