mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-18 22:00:31 +00:00
WIP Frontend development.
This commit is contained in:
4
client/src/config/app.js
Normal file
4
client/src/config/app.js
Normal file
@@ -0,0 +1,4 @@
|
||||
export default {
|
||||
"app_name": "Ratteb",
|
||||
"app_version": "0.0.1",
|
||||
}
|
||||
@@ -6,9 +6,17 @@ export default [
|
||||
},
|
||||
{
|
||||
icon: 'cut',
|
||||
text: 'cut',
|
||||
label: '⌘C',
|
||||
text: 'Homepage',
|
||||
disabled: false,
|
||||
href: '/dashboard/homepage',
|
||||
},
|
||||
{
|
||||
divider: true,
|
||||
},
|
||||
{
|
||||
icon: 'cut',
|
||||
text: 'Chart of Accounts',
|
||||
href: '/dashboard/accounts',
|
||||
children: [
|
||||
{
|
||||
icon: 'cut',
|
||||
|
||||
Reference in New Issue
Block a user