feat: Introduce cursor utility class for pointer interactions and refactor action buttons into PageHeaderActions component across multiple managers for improved UI consistency
Publish Fast Tabler Docker image / build-and-push-fast (push) Successful in 5m54s

This commit is contained in:
2025-08-12 13:29:19 +07:00
parent f06a433d77
commit cdf42aa589
10 changed files with 162 additions and 260 deletions
+2 -2
View File
@@ -364,7 +364,7 @@ function DataManager({ entityName, entityKey, placeholder }) {
<table className="table card-table table-vcenter table-nowrap mb-0">
<thead>
<tr>
<th style={{cursor:'pointer'}} onClick={() => handleSort('domain')}>
<th className="cursor-pointer" onClick={() => handleSort('domain')}>
Домен
{sortField === 'domain' && (
<span className="ms-1">
@@ -372,7 +372,7 @@ function DataManager({ entityName, entityKey, placeholder }) {
</span>
)}
</th>
<th style={{cursor:'pointer'}} onClick={() => handleSort('type')}>
<th className="cursor-pointer" onClick={() => handleSort('type')}>
Шлюз
{sortField === 'type' && (
<span className="ms-1">