mirror of
https://github.com/processwire/processwire.git
synced 2025-08-12 17:54:44 +02:00
Fix issue processwire/processwire-issues#1776
This commit is contained in:
@@ -95,6 +95,7 @@ class ProcessSessionDB extends Process {
|
|||||||
|
|
||||||
/** @var MarkupAdminDataTable $table */
|
/** @var MarkupAdminDataTable $table */
|
||||||
$table = $modules->get('MarkupAdminDataTable');
|
$table = $modules->get('MarkupAdminDataTable');
|
||||||
|
$table->setSortable(false);
|
||||||
$header = array(
|
$header = array(
|
||||||
$this->_('Time'),
|
$this->_('Time'),
|
||||||
$this->_('User'),
|
$this->_('User'),
|
||||||
@@ -175,4 +176,3 @@ class ProcessSessionDB extends Process {
|
|||||||
return $form->render();
|
return $form->render();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user