1
0
Fork 0
mirror of https://we.phorge.it/source/phorge.git synced 2024-11-26 16:52:41 +01:00

Add ID to Pending Differential Revisions panel

This commit is contained in:
vrana 2012-08-13 17:24:27 -07:00
parent 6fc01aa5fd
commit 6ce39db6ca

View file

@ -144,6 +144,7 @@ abstract class DiffusionController extends PhabricatorController {
$view->setHandles($handles);
$panel = new AphrontPanelView();
$panel->setId('pending-differential-revisions');
$panel->setHeader('Pending Differential Revisions');
$panel->appendChild($view);