mirror of
https://github.com/bs-community/blessing-skin-server.git
synced 2025-02-23 14:59:07 +08:00
tweak plugins management page
This commit is contained in:
parent
30e25cf0a8
commit
b0ea5cdd63
@ -168,6 +168,8 @@ const PluginsManagement: React.FC = () => {
|
||||
<div className="col-lg-8">
|
||||
{loading ? (
|
||||
<Loading />
|
||||
) : plugins.length === 0 ? (
|
||||
t('general.noResult')
|
||||
) : (
|
||||
chunks.map((chunk, i) => (
|
||||
<div className="row" key={`${chunk[0].name}&${chunk[1]?.name}`}>
|
||||
|
Loading…
Reference in New Issue
Block a user