kaori il y a 3 ans
Parent
commit
40efc93e76

+ 0 - 4
packages/app/src/pages/admin/app.page.tsx

@@ -20,10 +20,6 @@ const AppSettingsPageContents = dynamic(() => import('~/components/Admin/App/App
 type Props = CommonProps & {
 type Props = CommonProps & {
   currentUser: any,
   currentUser: any,
 
 
-  // nodeVersion: string,
-  // npmVersion: string,
-  // yarnVersion: string,
-  // installedPlugins: any,
   envVars: any,
   envVars: any,
   isAclEnabled: boolean,
   isAclEnabled: boolean,
   isSearchServiceConfigured: boolean,
   isSearchServiceConfigured: boolean,

+ 0 - 4
packages/app/src/pages/admin/audit-log.page.tsx

@@ -18,10 +18,6 @@ const AuditLogManagement = dynamic(() => import('~/components/Admin/AuditLogMana
 type Props = CommonProps & {
 type Props = CommonProps & {
   currentUser: any,
   currentUser: any,
 
 
-  // nodeVersion: string,
-  // npmVersion: string,
-  // yarnVersion: string,
-  // installedPlugins: any,
   envVars: any,
   envVars: any,
   isAclEnabled: boolean,
   isAclEnabled: boolean,
   isSearchServiceConfigured: boolean,
   isSearchServiceConfigured: boolean,

+ 0 - 4
packages/app/src/pages/admin/customize.page.tsx

@@ -20,10 +20,6 @@ const AppSettingsPageContents = dynamic(() => import('~/components/Admin/App/App
 type Props = CommonProps & {
 type Props = CommonProps & {
   currentUser: any,
   currentUser: any,
 
 
-  // nodeVersion: string,
-  // npmVersion: string,
-  // yarnVersion: string,
-  // installedPlugins: any,
   envVars: any,
   envVars: any,
   isAclEnabled: boolean,
   isAclEnabled: boolean,
   isSearchServiceConfigured: boolean,
   isSearchServiceConfigured: boolean,

+ 0 - 4
packages/app/src/pages/admin/importer.page.tsx

@@ -20,10 +20,6 @@ const DataImportPageContents = dynamic(() => import('~/components/Admin/ImportDa
 type Props = CommonProps & {
 type Props = CommonProps & {
   currentUser: any,
   currentUser: any,
 
 
-  // nodeVersion: string,
-  // npmVersion: string,
-  // yarnVersion: string,
-  // installedPlugins: any,
   envVars: any,
   envVars: any,
   isAclEnabled: boolean,
   isAclEnabled: boolean,
   isSearchServiceConfigured: boolean,
   isSearchServiceConfigured: boolean,

+ 0 - 4
packages/app/src/pages/admin/markdown.page.tsx

@@ -21,10 +21,6 @@ const MarkDownSettingContents = dynamic(() => import('~/components/Admin/Markdow
 type Props = CommonProps & {
 type Props = CommonProps & {
   currentUser: any,
   currentUser: any,
 
 
-  // nodeVersion: string,
-  // npmVersion: string,
-  // yarnVersion: string,
-  // installedPlugins: any,
   envVars: any,
   envVars: any,
   isAclEnabled: boolean,
   isAclEnabled: boolean,
   isSearchServiceConfigured: boolean,
   isSearchServiceConfigured: boolean,

+ 0 - 4
packages/app/src/pages/admin/notification.page.tsx

@@ -20,10 +20,6 @@ const NotificationSetting = dynamic(() => import('~/components/Admin/Notificatio
 type Props = CommonProps & {
 type Props = CommonProps & {
   currentUser: any,
   currentUser: any,
 
 
-  // nodeVersion: string,
-  // npmVersion: string,
-  // yarnVersion: string,
-  // installedPlugins: any,
   envVars: any,
   envVars: any,
   isAclEnabled: boolean,
   isAclEnabled: boolean,
   isSearchServiceConfigured: boolean,
   isSearchServiceConfigured: boolean,

+ 0 - 4
packages/app/src/pages/admin/search.page.tsx

@@ -20,10 +20,6 @@ const ElasticsearchManagement = dynamic(() => import('~/components/Admin/Elastic
 type Props = CommonProps & {
 type Props = CommonProps & {
   currentUser: any,
   currentUser: any,
 
 
-  // nodeVersion: string,
-  // npmVersion: string,
-  // yarnVersion: string,
-  // installedPlugins: any,
   envVars: any,
   envVars: any,
   isAclEnabled: boolean,
   isAclEnabled: boolean,
   isSearchServiceConfigured: boolean,
   isSearchServiceConfigured: boolean,

+ 0 - 4
packages/app/src/pages/admin/security.page.tsx

@@ -29,10 +29,6 @@ const SecurityManagement = dynamic(() => import('~/components/Admin/Security/Sec
 type Props = CommonProps & {
 type Props = CommonProps & {
   currentUser: any,
   currentUser: any,
 
 
-  // nodeVersion: string,
-  // npmVersion: string,
-  // yarnVersion: string,
-  // installedPlugins: any,
   envVars: any,
   envVars: any,
   isAclEnabled: boolean,
   isAclEnabled: boolean,
   isSearchServiceConfigured: boolean,
   isSearchServiceConfigured: boolean,

+ 0 - 4
packages/app/src/pages/admin/slack-integration-legacy.page.tsx

@@ -20,10 +20,6 @@ const LegacySlackIntegration = dynamic(() => import('~/components/Admin/LegacySl
 type Props = CommonProps & {
 type Props = CommonProps & {
   currentUser: any,
   currentUser: any,
 
 
-  // nodeVersion: string,
-  // npmVersion: string,
-  // yarnVersion: string,
-  // installedPlugins: any,
   envVars: any,
   envVars: any,
   isAclEnabled: boolean,
   isAclEnabled: boolean,
   isSearchServiceConfigured: boolean,
   isSearchServiceConfigured: boolean,

+ 0 - 4
packages/app/src/pages/admin/slack-integration.page.tsx

@@ -17,10 +17,6 @@ const SlackIntegration = dynamic(() => import('~/components/Admin/SlackIntegrati
 type Props = CommonProps & {
 type Props = CommonProps & {
   currentUser: any,
   currentUser: any,
 
 
-  // nodeVersion: string,
-  // npmVersion: string,
-  // yarnVersion: string,
-  // installedPlugins: any,
   envVars: any,
   envVars: any,
   isAclEnabled: boolean,
   isAclEnabled: boolean,
   isSearchServiceConfigured: boolean,
   isSearchServiceConfigured: boolean,

+ 0 - 4
packages/app/src/pages/admin/user-groups.page.tsx

@@ -17,10 +17,6 @@ const UserGroupPage = dynamic(() => import('~/components/Admin/UserGroup/UserGro
 type Props = CommonProps & {
 type Props = CommonProps & {
   currentUser: any,
   currentUser: any,
 
 
-  // nodeVersion: string,
-  // npmVersion: string,
-  // yarnVersion: string,
-  // installedPlugins: any,
   envVars: any,
   envVars: any,
   isAclEnabled: boolean,
   isAclEnabled: boolean,
   isSearchServiceConfigured: boolean,
   isSearchServiceConfigured: boolean,

+ 0 - 4
packages/app/src/pages/admin/users.page.tsx

@@ -20,10 +20,6 @@ const UserManagement = dynamic(() => import('~/components/Admin/UserManagement')
 type Props = CommonProps & {
 type Props = CommonProps & {
   currentUser: any,
   currentUser: any,
 
 
-  // nodeVersion: string,
-  // npmVersion: string,
-  // yarnVersion: string,
-  // installedPlugins: any,
   envVars: any,
   envVars: any,
   isAclEnabled: boolean,
   isAclEnabled: boolean,
   isSearchServiceConfigured: boolean,
   isSearchServiceConfigured: boolean,