fix: wrap Samba page header buttons in same flex container so they stay together

This commit is contained in:
2026-07-06 22:41:46 -04:00
parent 155b5a4b21
commit 319030848f
+2
View File
@@ -133,6 +133,7 @@ export default function Samba() {
<div className="space-y-6">
<div className="flex items-center justify-between">
<h1 className="text-2xl font-bold text-white">Shares SMB / Samba</h1>
<div className="flex gap-2">
<button className="btn-ghost" onClick={async () => {
if (!confirm("Esto reemplazará todos los shares configurados con el contenido actual de smb.conf. ¿Continuar?")) return;
try {
@@ -150,6 +151,7 @@ export default function Samba() {
Nuevo share
</button>
</div>
</div>
<div className="card overflow-x-auto p-0">
<table className="w-full text-left text-sm">