Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F107764301
DiffusionRepositoryClusterManagementPanel.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Subscribers
None
File Metadata
Details
File Info
Storage
Attached
Created
Thu, Apr 10, 11:48
Size
417 B
Mime Type
text/x-php
Expires
Sat, Apr 12, 11:48 (1 d, 23 h)
Engine
blob
Format
Raw Data
Handle
25473778
Attached To
rPH Phabricator
DiffusionRepositoryClusterManagementPanel.php
View Options
<?php
final
class
DiffusionRepositoryClusterManagementPanel
extends
DiffusionRepositoryManagementPanel
{
const
PANELKEY
=
'cluster'
;
public
function
getManagementPanelLabel
()
{
return
pht
(
'Cluster Configuration'
);
}
public
function
getManagementPanelOrder
()
{
return
12345
;
}
public
function
buildManagementPanelContent
()
{
return
pht
(
'TODO: Cluster configuration management.'
);
}
}
Event Timeline
Log In to Comment