mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-26 00:32:42 +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:
parent
0a3c26998f
commit
c092492a53
1 changed files with 1 additions and 0 deletions
|
@ -85,6 +85,7 @@ final class PhabricatorDaemonConsoleController
|
||||||
phutil_tag('em', array(), pht('Temporary Failures')),
|
phutil_tag('em', array(), pht('Temporary Failures')),
|
||||||
count($failed),
|
count($failed),
|
||||||
null,
|
null,
|
||||||
|
null,
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue