mirror of
				https://github.com/scm-manager/scm-manager.git
				synced 2025-10-31 18:46:07 +01:00 
			
		
		
		
	Merged in feature/ui-abstraction-repository-config (pull request #110)
Feature/ui abstraction repository config
This commit is contained in:
		| @@ -1,7 +1,7 @@ | ||||
| //@flow | ||||
| import React from "react"; | ||||
| import { translate } from "react-i18next"; | ||||
| import { Title, GlobalConfiguration } from "@scm-manager/ui-components"; | ||||
| import { Title, Configuration } from "@scm-manager/ui-components"; | ||||
| import SvnConfigurationForm from "./SvnConfigurationForm"; | ||||
|  | ||||
| type Props = { | ||||
| @@ -18,7 +18,7 @@ class SvnGlobalConfiguration extends React.Component<Props> { | ||||
|     return ( | ||||
|       <div> | ||||
|         <Title title={t("scm-svn-plugin.config.title")}/> | ||||
|         <GlobalConfiguration link={link} render={props => <SvnConfigurationForm {...props} />}/> | ||||
|         <Configuration link={link} render={props => <SvnConfigurationForm {...props} />}/> | ||||
|       </div> | ||||
|     ); | ||||
|   } | ||||
|   | ||||
		Reference in New Issue
	
	Block a user