1
0
Fork 0
mirror of https://we.phorge.it/source/phorge.git synced 2024-11-25 16:22:43 +01:00

Fix missing display cell in daemon summary table

Summary: Fixes T13374. The "Temporary Failures" row is missing a cell definiton from the addition of "Average Queue Time".

Test Plan: Viewed "/daemon/" with some temporary failures and and odd number of rows above the "Temporary Failures" row. Saw cell properly zebra-striped.

Maniphest Tasks: T13374

Differential Revision: https://secure.phabricator.com/D20710
This commit is contained in:
epriestley 2019-08-12 11:11:26 -07:00
parent 0a3c26998f
commit c092492a53

View file

@ -85,6 +85,7 @@ final class PhabricatorDaemonConsoleController
phutil_tag('em', array(), pht('Temporary Failures')),
count($failed),
null,
null,
);
}