modified: frontend/src/pages/DatabaseSchema.tsx
This commit is contained in:
@@ -581,6 +581,7 @@ export default function DatabaseSchema() {
|
|||||||
</div>
|
</div>
|
||||||
)}
|
)}
|
||||||
|
|
||||||
|
{/* Refresh button hidden but mutation available for future use
|
||||||
{selectedDbId && (
|
{selectedDbId && (
|
||||||
<button
|
<button
|
||||||
onClick={() => refreshMutation.mutate()}
|
onClick={() => refreshMutation.mutate()}
|
||||||
@@ -595,6 +596,7 @@ export default function DatabaseSchema() {
|
|||||||
Обновить схему
|
Обновить схему
|
||||||
</button>
|
</button>
|
||||||
)}
|
)}
|
||||||
|
*/}
|
||||||
|
|
||||||
{schema && (
|
{schema && (
|
||||||
<div className="text-sm text-gray-500 ml-auto">
|
<div className="text-sm text-gray-500 ml-auto">
|
||||||
|
|||||||
Reference in New Issue
Block a user