socket
This commit is contained in:
parent
3c714fc8c5
commit
c8481e50ec
1
app/.env
1
app/.env
|
@ -1,2 +1,3 @@
|
||||||
REACT_APP_HOST='http://api.face-classify.beetai.com'
|
REACT_APP_HOST='http://api.face-classify.beetai.com'
|
||||||
REACT_APP_SOURCE_IMG=0
|
REACT_APP_SOURCE_IMG=0
|
||||||
|
WDS_SOCKET_PORT=0
|
||||||
|
|
|
@ -377,8 +377,8 @@ export default function User() {
|
||||||
</div>
|
</div>
|
||||||
<div className="table-responsive text-nowrap">
|
<div className="table-responsive text-nowrap">
|
||||||
<table className="table table-bordered font-family-text color table-hover table-checkable dataTable no-footer dtr-inline collapsed">
|
<table className="table table-bordered font-family-text color table-hover table-checkable dataTable no-footer dtr-inline collapsed">
|
||||||
<thead>
|
<thead className='k-grid-header' role='rowgroup' style={{backgroundColor: '#2673b4'}}>
|
||||||
<tr>
|
<tr className='font-family-text color' style={{color: 'white', fontWeight: 600, fontSize: 16,}}>
|
||||||
<th style={{ 'verticalAlign': 'middle', 'width': '80px' }}>STT</th>
|
<th style={{ 'verticalAlign': 'middle', 'width': '80px' }}>STT</th>
|
||||||
<th style={{ 'verticalAlign': 'middle', 'width': '240px' }}>Tên đăng nhập</th>
|
<th style={{ 'verticalAlign': 'middle', 'width': '240px' }}>Tên đăng nhập</th>
|
||||||
<th style={{ 'verticalAlign': 'middle', 'width': '280px' }}>Họ tên</th>
|
<th style={{ 'verticalAlign': 'middle', 'width': '280px' }}>Họ tên</th>
|
||||||
|
|
Loading…
Reference in New Issue
Block a user