mirror of
https://github.com/apache/cloudstack.git
synced 2025-10-26 08:42:29 +01:00
test/demo custom component
Signed-off-by: Rohit Yadav <rohit.yadav@shapeblue.com>
This commit is contained in:
parent
cc649cc477
commit
c5f00dfdae
23
ui/src/components/Test.vue
Normal file
23
ui/src/components/Test.vue
Normal file
@ -0,0 +1,23 @@
|
|||||||
|
<template>
|
||||||
|
<div>
|
||||||
|
<h1>Hello CCCNA19!</h1>
|
||||||
|
</div>
|
||||||
|
</template>
|
||||||
|
|
||||||
|
<script>
|
||||||
|
|
||||||
|
export default {
|
||||||
|
name: 'TestDemo',
|
||||||
|
components: {
|
||||||
|
},
|
||||||
|
data () {
|
||||||
|
return {
|
||||||
|
}
|
||||||
|
},
|
||||||
|
methods: {
|
||||||
|
}
|
||||||
|
}
|
||||||
|
</script>
|
||||||
|
|
||||||
|
<style scoped>
|
||||||
|
</style>
|
||||||
@ -75,11 +75,11 @@ export default {
|
|||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
name: 'kubernetes',
|
name: 'demo',
|
||||||
title: 'Kubernetes',
|
title: 'Demo',
|
||||||
icon: 'radar-chart',
|
icon: 'radar-chart',
|
||||||
permission: [ 'listVirtualMachines' ],
|
permission: [ 'listVirtualMachines' ],
|
||||||
component: () => import('@/components/CloudMonkey/Resource.vue')
|
component: () => import('@/components/CloudMonkey/Resource.vue'),
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
name: 'ssh',
|
name: 'ssh',
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user