File tree Expand file tree Collapse file tree 2 files changed +11
-1
lines changed
Expand file tree Collapse file tree 2 files changed +11
-1
lines changed Original file line number Diff line number Diff line change 11export default {
22 'app.page.content' :
33 '创建您的应用程序,使用 IAM 提供身份认证,支持密码、社会化身份源等多种认证方式。' ,
4- 'app.table.title' : '认证源列表 ' ,
4+ 'app.table.title' : '应用列表 ' ,
55 'app.table.content' : '' ,
66 'app.table.displayName' : '显示名称' ,
77 'app.table.logo' : '图标' ,
Original file line number Diff line number Diff line change 77 ProFormSelect ,
88 ProFormSwitch ,
99 ProFormText ,
10+ ProFormTextArea ,
1011} from '@ant-design/pro-components' ;
1112import { useIntl } from '@umijs/max' ;
1213import { BASIC_INTL } from '@/constant' ;
@@ -155,6 +156,15 @@ const CreatePolicy: React.FC = () => {
155156 return null ;
156157 } }
157158 </ ProFormDependency >
159+ < ProForm . Group align = "center" >
160+ < ProFormTextArea
161+ width = "lg"
162+ name = "description"
163+ fieldProps = { { autoComplete : 'off' } }
164+ label = { intl . formatMessage ( INTL . DESCRIPTION ) }
165+ placeholder = { intl . formatMessage ( INTL . DESCRIPTION_PLACEHOLDER ) }
166+ />
167+ </ ProForm . Group >
158168 < ProForm . Group
159169 align = "center"
160170 title = { intl . formatMessage ( INTL . LOGIN_CONFIG ) }
You can’t perform that action at this time.
0 commit comments