chore: tooltips and locales

This commit is contained in:
dongchengjie
2024-06-26 05:33:06 +08:00
parent 709a23cf09
commit 1f422afe3d
21 changed files with 108 additions and 32 deletions

View File

@@ -208,7 +208,7 @@ const ConnectionsPage = () => {
}}
>
{filterConn.length === 0 ? (
<BaseEmpty text="No Connections" />
<BaseEmpty />
) : isTableLayout ? (
<ConnectionTable
connections={filterConn}

View File

@@ -102,7 +102,7 @@ const LogPage = () => {
followOutput={"smooth"}
/>
) : (
<BaseEmpty text="No Logs" />
<BaseEmpty />
)}
</Box>
</BasePage>

View File

@@ -62,7 +62,7 @@ const RulesPage = () => {
followOutput={"smooth"}
/>
) : (
<BaseEmpty text="No Rules" />
<BaseEmpty />
)}
</Box>
</BasePage>