1
0
mirror of https://github.com/processwire/processwire.git synced 2025-08-12 09:44:38 +02:00
This commit is contained in:
Ryan Cramer
2023-07-03 08:30:13 -04:00
parent 91184cefb3
commit 5169693f57

View File

@@ -95,6 +95,7 @@ class ProcessSessionDB extends Process {
/** @var MarkupAdminDataTable $table */
$table = $modules->get('MarkupAdminDataTable');
$table->setSortable(false);
$header = array(
$this->_('Time'),
$this->_('User'),
@@ -175,4 +176,3 @@ class ProcessSessionDB extends Process {
return $form->render();
}
}