feat:管理者機能追加

This commit is contained in:
xiaozhe.ma
2024-08-20 17:21:30 +09:00
parent 1cbb519c92
commit c3f6de6733
4 changed files with 30 additions and 17 deletions

View File

@@ -139,22 +139,22 @@ const essentialLinks: EssentialLinkProps[] = [
const adminLinks: EssentialLinkProps[] = [
{
title: 'ユーザー',
caption: 'ユーザー設定する',
title: 'ユーザー管理',
caption: 'ユーザーを管理する',
icon: 'manage_accounts',
link: '/#/user',
target: '_self'
},
{
title: 'テナント',
caption: 'テナント設定',
title: 'ドメイン管理',
caption: 'kintoneのドメイン設定',
icon: 'domain',
link: '/#/domain',
target: '_self'
},
{
title: 'アカウント',
caption: 'アカウント設定',
title: 'ドメイン適用',
caption: 'ユーザー使用可能なドメインの設定',
icon: 'assignment_ind',
link: '/#/userDomain',
target: '_self'