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:
parent
6fc01aa5fd
commit
6ce39db6ca
1 changed files with 1 additions and 0 deletions
|
@ -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);
|
||||
|
||||
|
|
Loading…
Reference in a new issue