fix: align column
This commit is contained in:
parent
da89550cee
commit
b441a0a33e
1 changed files with 2 additions and 2 deletions
|
|
@ -61,7 +61,7 @@ const SessionManagement = () => {
|
||||||
{
|
{
|
||||||
header: 'Last known use',
|
header: 'Last known use',
|
||||||
width: 305,
|
width: 305,
|
||||||
textAlign: 'center',
|
textAlign: 'left',
|
||||||
size: 'sm',
|
size: 'sm',
|
||||||
view: s => {
|
view: s => {
|
||||||
if (R.isNil(s.sess.ua)) return 'No Record'
|
if (R.isNil(s.sess.ua)) return 'No Record'
|
||||||
|
|
@ -72,7 +72,7 @@ const SessionManagement = () => {
|
||||||
{
|
{
|
||||||
header: 'Last known location',
|
header: 'Last known location',
|
||||||
width: 250,
|
width: 250,
|
||||||
textAlign: 'center',
|
textAlign: 'left',
|
||||||
size: 'sm',
|
size: 'sm',
|
||||||
view: s => {
|
view: s => {
|
||||||
return isLocalhost(s.sess.ipAddress) ? 'This device' : s.sess.ipAddress
|
return isLocalhost(s.sess.ipAddress) ? 'This device' : s.sess.ipAddress
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue