mirror of
https://github.com/inventree/InvenTree
synced 2024-08-30 18:33:04 +00:00
Adds exchange backend settings to AdminCenter
This commit is contained in:
parent
c096f2f43a
commit
e0795c04f9
@ -7,6 +7,7 @@ import { useCallback, useMemo, useState } from 'react';
|
||||
import { api } from '../../../../App';
|
||||
import { ActionButton } from '../../../../components/buttons/ActionButton';
|
||||
import { FactCollection } from '../../../../components/settings/FactCollection';
|
||||
import { GlobalSettingList } from '../../../../components/settings/SettingList';
|
||||
import { ApiEndpoints } from '../../../../enums/ApiEndpoints';
|
||||
import { useTable } from '../../../../hooks/UseTable';
|
||||
import { apiUrl } from '../../../../states/ApiState';
|
||||
@ -101,6 +102,10 @@ export default function CurrencyManagmentPanel() {
|
||||
/>
|
||||
<Divider />
|
||||
<CurrencyTable setInfo={setInfo} />
|
||||
<Divider />
|
||||
<GlobalSettingList
|
||||
keys={['CURRENCY_UPDATE_PLUGIN', 'CURRENCY_UPDATE_INTERVAL']}
|
||||
/>
|
||||
</Stack>
|
||||
);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user