mirror of
https://github.com/clash-verge-rev/clash-verge-rev.git
synced 2026-01-29 17:15:38 +08:00
chore: tooltips and locales
This commit is contained in:
@@ -208,7 +208,7 @@ const ConnectionsPage = () => {
|
||||
}}
|
||||
>
|
||||
{filterConn.length === 0 ? (
|
||||
<BaseEmpty text="No Connections" />
|
||||
<BaseEmpty />
|
||||
) : isTableLayout ? (
|
||||
<ConnectionTable
|
||||
connections={filterConn}
|
||||
|
||||
@@ -102,7 +102,7 @@ const LogPage = () => {
|
||||
followOutput={"smooth"}
|
||||
/>
|
||||
) : (
|
||||
<BaseEmpty text="No Logs" />
|
||||
<BaseEmpty />
|
||||
)}
|
||||
</Box>
|
||||
</BasePage>
|
||||
|
||||
@@ -62,7 +62,7 @@ const RulesPage = () => {
|
||||
followOutput={"smooth"}
|
||||
/>
|
||||
) : (
|
||||
<BaseEmpty text="No Rules" />
|
||||
<BaseEmpty />
|
||||
)}
|
||||
</Box>
|
||||
</BasePage>
|
||||
|
||||
Reference in New Issue
Block a user