reorder demo

This commit is contained in:
Nancy Butler 2019-11-12 12:56:08 -07:00
parent 2db79e1e1a
commit 8d22b5199c
1 changed files with 7 additions and 7 deletions

View File

@ -8,18 +8,18 @@ export default {
data() {
return {
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',
demo: 'serviceFromGit',
description: 'This demostrates how to use a dockerfile inside the Add Service.',
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',
demo: null,
@ -67,7 +67,7 @@ export default {
>
<template v-slot:title>
<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 v-slot:actions>
<button class="btn role-secondary btn-sm" :disabled="!demo.demo" @click="e=>createDemo(i)">