mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-10 00:42:41 +01:00
Show time on Drydock logs
Summary: Show the time in addition to the date in the Drydock logs. Test Plan: Brought forward from D10479. Reviewers: epriestley, #blessed_reviewers Reviewed By: epriestley, #blessed_reviewers Subscribers: joshuaspence, Korvin, epriestley Differential Revision: https://secure.phabricator.com/D10909
This commit is contained in:
parent
254b394f2c
commit
ea3d528c4c
1 changed files with 1 additions and 1 deletions
|
@ -35,7 +35,7 @@ final class DrydockLogListView extends AphrontView {
|
|||
),
|
||||
$log->getLeaseID()),
|
||||
$log->getMessage(),
|
||||
phabricator_date($log->getEpoch(), $viewer),
|
||||
phabricator_datetime($log->getEpoch(), $viewer),
|
||||
);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue