1
0
Fork 0
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:
June Rhodes 2015-08-24 17:22:32 +10:00
parent 254b394f2c
commit ea3d528c4c

View file

@ -35,7 +35,7 @@ final class DrydockLogListView extends AphrontView {
),
$log->getLeaseID()),
$log->getMessage(),
phabricator_date($log->getEpoch(), $viewer),
phabricator_datetime($log->getEpoch(), $viewer),
);
}