mirror of
https://github.com/OpenNebula/one.git
synced 2025-03-21 14:50:08 +03:00
parent
b7925c9440
commit
01b769fb27
@ -208,7 +208,7 @@ const EnhancedTable = ({
|
||||
|
||||
<div className={clsx(styles.body, classes.body)}>
|
||||
{/* NO DATA MESSAGE */}
|
||||
{!isUninitialized && page?.length === 0 && (
|
||||
{!isLoading && !isUninitialized && page?.length === 0 && (
|
||||
<span className={styles.noDataMessage}>
|
||||
<InfoEmpty />
|
||||
<Translate word={T.NoDataAvailable} />
|
||||
|
Loading…
x
Reference in New Issue
Block a user