mirror of
https://github.com/OpenNebula/one.git
synced 2025-03-22 18:50:08 +03:00
M #~: Minor fix to info tab function (#2197)
(cherry picked from commit a6fb6a2f85b2fb227574f2047c2dbcb2525629f2)
This commit is contained in:
parent
90fad79f69
commit
bd2e5e9a34
@ -315,7 +315,7 @@ export const getAvailableInfoTabs = (infoTabs = {}, getTabComponent, id) =>
|
||||
|
||||
return (
|
||||
TabContent && {
|
||||
name: camelName,
|
||||
label: camelName,
|
||||
id: tabName,
|
||||
renderContent: () => <TabContent tabProps={tabProps} id={id} />,
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user