mirror of
https://github.com/inventree/InvenTree.git
synced 2026-02-12 17:27:02 +00:00
UI documentation (#11262)
* Rough in UI docs * Fix links * Table documentation * Forms * search * Notifications
This commit is contained in:
@@ -175,7 +175,7 @@ export default function Calendar({
|
||||
variant='transparent'
|
||||
aria-label='calendar-export-data'
|
||||
>
|
||||
<Tooltip label={t`Download data`} position='top-end'>
|
||||
<Tooltip label={t`Export data`} position='top-end'>
|
||||
<IconDownload onClick={state.exportModal.open} />
|
||||
</Tooltip>
|
||||
</ActionIcon>
|
||||
|
||||
@@ -291,7 +291,7 @@ export default function InvenTreeTableHeader({
|
||||
)}
|
||||
{tableUrl && tableProps.enableDownload && (
|
||||
<ActionIcon variant='transparent' aria-label='table-export-data'>
|
||||
<Tooltip label={t`Download data`} position='top-end'>
|
||||
<Tooltip label={t`Export data`} position='top-end'>
|
||||
<IconDownload onClick={exportModal.open} />
|
||||
</Tooltip>
|
||||
</ActionIcon>
|
||||
|
||||
Reference in New Issue
Block a user