Add providers to app.

This commit is contained in:
Yang Luo
2020-12-20 23:33:38 +08:00
parent 84c1f2634e
commit b13ec27981
5 changed files with 25 additions and 13 deletions

View File

@ -100,7 +100,7 @@ class ApplicationListPage extends React.Component {
title: 'Providers',
dataIndex: 'providers',
key: 'providers',
width: '150px',
width: '300px',
sorter: (a, b) => a.providers.localeCompare(b.providers),
},
{