Merged PR 3: アプリ管理 page & some fix
 --- Another commit is some refactoring and bugfix: 
This commit is contained in:
@@ -49,11 +49,18 @@ const essentialLinks: EssentialLinkProps[] = [
|
||||
link: '/',
|
||||
target: '_self'
|
||||
},
|
||||
// {
|
||||
// title: 'フローエディター',
|
||||
// caption: 'イベントを設定する',
|
||||
// icon: 'account_tree',
|
||||
// link: '/#/FlowChart',
|
||||
// target: '_self'
|
||||
// },
|
||||
{
|
||||
title: 'フローエディター',
|
||||
caption: 'イベントを設定する',
|
||||
icon: 'account_tree',
|
||||
link: '/#/FlowChart',
|
||||
title: 'アプリ管理',
|
||||
caption: 'アプリを管理する',
|
||||
icon: 'widgets',
|
||||
link: '/#/app',
|
||||
target: '_self'
|
||||
},
|
||||
// {
|
||||
|
||||
Reference in New Issue
Block a user