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
Publish Fast Tabler Docker image / build-and-push-fast (push) Successful in 5m54s
This commit is contained in:
@@ -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">
|
||||
|
||||
Reference in New Issue
Block a user