mirror of https://github.com/rancher/dashboard.git
reorder demo
This commit is contained in:
parent
2db79e1e1a
commit
8d22b5199c
|
|
@ -8,18 +8,18 @@ export default {
|
||||||
data() {
|
data() {
|
||||||
return {
|
return {
|
||||||
demos: [
|
demos: [
|
||||||
{
|
|
||||||
title: 'Create stack from GitHub',
|
|
||||||
demo: 'stackFromGit',
|
|
||||||
description: 'This is a demo rio script that will deploy a stack.',
|
|
||||||
createPath: '/rio/stack/create'
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
title: 'Deploy service with Dockerfile',
|
title: 'Deploy service with Dockerfile',
|
||||||
demo: 'serviceFromGit',
|
demo: 'serviceFromGit',
|
||||||
description: 'This demostrates how to use a dockerfile inside the Add Service.',
|
description: 'This demostrates how to use a dockerfile inside the Add Service.',
|
||||||
createPath: '/rio/services/create'
|
createPath: '/rio/services/create'
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
title: 'Create stack from GitHub',
|
||||||
|
demo: 'stackFromGit',
|
||||||
|
description: 'This is a demo rio script that will deploy a stack.',
|
||||||
|
createPath: '/rio/stack/create'
|
||||||
|
},
|
||||||
{
|
{
|
||||||
title: 'Autoscaling',
|
title: 'Autoscaling',
|
||||||
demo: null,
|
demo: null,
|
||||||
|
|
@ -67,7 +67,7 @@ export default {
|
||||||
>
|
>
|
||||||
<template v-slot:title>
|
<template v-slot:title>
|
||||||
<span>{{ demo.title }}</span>
|
<span>{{ demo.title }}</span>
|
||||||
<a target="_blank" class="icon icon-download role-multi-action" :href="repoUrl(demo.demo)" />
|
<a target="_blank" class="icon icon-external-link role-multi-action" :href="repoUrl(demo.demo)" />
|
||||||
</template>
|
</template>
|
||||||
<template v-slot:actions>
|
<template v-slot:actions>
|
||||||
<button class="btn role-secondary btn-sm" :disabled="!demo.demo" @click="e=>createDemo(i)">
|
<button class="btn role-secondary btn-sm" :disabled="!demo.demo" @click="e=>createDemo(i)">
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue