mirror of
https://github.com/apache/cloudstack.git
synced 2025-11-02 20:02:29 +01:00
9 lines
245 B
JavaScript
9 lines
245 B
JavaScript
export default {
|
|
name: 'project',
|
|
title: 'Projects',
|
|
icon: 'project',
|
|
permission: [ 'listProjects' ],
|
|
component: () => import('@/components/CloudMonkey/Resource.vue'),
|
|
columns: ['name', 'state', 'displaytext', 'account', 'domain']
|
|
}
|