mirror of https://github.com/nocodb/nocodb
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
141 lines
3.3 KiB
141 lines
3.3 KiB
3 years ago
|
export default {
|
||
|
projectsDir: {
|
||
3 years ago
|
icon: 'mdi-library-books',
|
||
|
color: '',
|
||
|
openColor: 'primary',
|
||
|
openIcon: 'mdi-library-books',
|
||
3 years ago
|
blink: true
|
||
|
},
|
||
|
project: {
|
||
3 years ago
|
icon: 'mdi-lightbulb',
|
||
|
color: 'primary',
|
||
|
openColor: 'warning',
|
||
|
openIcon: 'mdi-lightbulb-on'
|
||
3 years ago
|
},
|
||
|
db: {
|
||
3 years ago
|
icon: 'mdi-database',
|
||
|
color: '',
|
||
|
openColor: 'primary',
|
||
|
openIcon: 'mdi-database'
|
||
3 years ago
|
},
|
||
|
envDir: {
|
||
3 years ago
|
icon: 'mdi-folder',
|
||
|
color: '',
|
||
|
openColor: 'primary',
|
||
|
openIcon: 'mdi-folder-open'
|
||
3 years ago
|
},
|
||
|
env: {
|
||
3 years ago
|
icon: 'mdi-test-tube',
|
||
|
color: 'primary',
|
||
|
openColor: '',
|
||
|
openIcon: 'mdi-test-tube',
|
||
3 years ago
|
blink: true
|
||
|
},
|
||
|
tableDir: {
|
||
3 years ago
|
icon: 'mdi-alpha-t-circle-outline',
|
||
|
color: '',
|
||
|
openColor: 'green',
|
||
|
openIcon: 'mdi-alpha-t-circle-outline'
|
||
3 years ago
|
},
|
||
|
seedParserDir: {
|
||
3 years ago
|
icon: 'mdi-seed-outline',
|
||
|
color: '',
|
||
|
openColor: 'green',
|
||
|
openIcon: 'mdi-seed'
|
||
3 years ago
|
},
|
||
|
migrationsDir: {
|
||
3 years ago
|
icon: 'mdi-alpha-m-circle-outline',
|
||
|
color: '',
|
||
|
openColor: 'green',
|
||
|
openIcon: 'mdi-alpha-m-circle-outline'
|
||
3 years ago
|
},
|
||
|
apisDir: {
|
||
3 years ago
|
icon: 'mdi-alpha-a-circle-outline',
|
||
|
color: '',
|
||
|
openColor: 'green',
|
||
|
openIcon: 'mdi-alpha-a-circle-outline'
|
||
3 years ago
|
},
|
||
|
apiClientDir: {
|
||
3 years ago
|
icon: 'mdi-code-json',
|
||
|
color: '',
|
||
|
openColor: 'green',
|
||
|
openIcon: 'mdi-code-json'
|
||
3 years ago
|
},
|
||
|
sqlClientDir: {
|
||
3 years ago
|
icon: 'mdi-alpha-s-circle-outline',
|
||
|
color: '',
|
||
|
openColor: 'green',
|
||
|
openIcon: 'mdi-alpha-s-circle-outline'
|
||
3 years ago
|
},
|
||
|
table: {
|
||
3 years ago
|
icon: 'mdi-table-large',
|
||
|
color: '',
|
||
|
openColor: '',
|
||
|
openIcon: 'mdi-table-large'
|
||
3 years ago
|
},
|
||
|
viewDir: {
|
||
3 years ago
|
icon: 'mdi-alpha-v-circle-outline',
|
||
|
color: '',
|
||
|
openColor: 'green',
|
||
|
openIcon: 'mdi-alpha-v-circle-outline'
|
||
3 years ago
|
},
|
||
|
view: {
|
||
3 years ago
|
icon: 'mdi-eye-circle-outline',
|
||
|
color: '',
|
||
|
openColor: '',
|
||
|
openIcon: 'mdi-eye-circle-outline'
|
||
3 years ago
|
},
|
||
|
functionDir: {
|
||
3 years ago
|
icon: 'mdi-alpha-f-circle-outline',
|
||
|
color: '',
|
||
|
openColor: 'green',
|
||
|
openIcon: 'mdi-alpha-f-circle-outline'
|
||
3 years ago
|
},
|
||
|
function: {
|
||
3 years ago
|
icon: 'mdi-function-variant',
|
||
|
color: '',
|
||
|
openColor: '',
|
||
|
openIcon: 'mdi-function-variant'
|
||
3 years ago
|
},
|
||
|
procedureDir: {
|
||
3 years ago
|
icon: 'mdi-alpha-p-circle-outline',
|
||
|
color: '',
|
||
|
openColor: 'green',
|
||
|
openIcon: 'mdi-alpha-p-circle-outline'
|
||
3 years ago
|
},
|
||
|
procedure: {
|
||
3 years ago
|
icon: 'mdi-checkbook',
|
||
|
color: '',
|
||
|
openColor: '',
|
||
|
openIcon: 'mdi-checkbook'
|
||
3 years ago
|
},
|
||
|
meta: {
|
||
3 years ago
|
icon: 'mdi-checkbook',
|
||
|
color: '',
|
||
|
openColor: '',
|
||
|
openIcon: 'mdi-checkbook'
|
||
3 years ago
|
}
|
||
3 years ago
|
}
|
||
3 years ago
|
/**
|
||
|
* @copyright Copyright (c) 2021, Xgene Cloud Ltd
|
||
|
*
|
||
|
* @author Naveen MR <oof1lab@gmail.com>
|
||
|
* @author Pranav C Balan <pranavxc@gmail.com>
|
||
|
*
|
||
|
* @license GNU AGPL version 3 or any later version
|
||
|
*
|
||
|
* This program is free software: you can redistribute it and/or modify
|
||
|
* it under the terms of the GNU Affero General Public License as
|
||
|
* published by the Free Software Foundation, either version 3 of the
|
||
|
* License, or (at your option) any later version.
|
||
|
*
|
||
|
* This program is distributed in the hope that it will be useful,
|
||
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||
|
* GNU Affero General Public License for more details.
|
||
|
*
|
||
|
* You should have received a copy of the GNU Affero General Public License
|
||
|
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||
|
*
|
||
|
*/
|