Add payment pages.

This commit is contained in:
Yang Luo
2022-02-05 01:18:13 +08:00
parent db44957b1f
commit 940aa2bc2d
18 changed files with 898 additions and 1 deletions

View File

@ -184,6 +184,7 @@ class ProviderEditPage extends React.Component {
{id: 'SMS', name: 'SMS'},
{id: 'Storage', name: 'Storage'},
{id: 'SAML', name: 'SAML'},
{id: 'Payment', name: 'Payment'},
].map((providerCategory, index) => <Option key={index} value={providerCategory.id}>{providerCategory.name}</Option>)
}
</Select>