Page MenuHomeIn-Portal Phabricator

agents_agent.php
No OneTemporary

File Metadata

Created
Mon, Jun 30, 11:19 AM

agents_agent.php

<?php
defined('FULL_PATH') or die('restricted access!');
// section removal
$remove_sections = Array (
'in-portal:agents',
);
// sections shown with debug on
$debug_only_sections = Array (
// 'in-portal:agents',
);
// toolbar buttons
$remove_buttons = Array (
// list of agents
// 'agent_list' => Array ('new_agent', 'edit', 'delete', 'approve', 'decline', 'cancel', 'view', 'dbl-click'),
// edit agent
// 'agent_edit' => Array ('select', 'cancel', 'reset_edit', 'prev', 'next'),
);
// fields to hide
$hidden_fields = Array (
/* 'AgentId', 'AgentName', 'AgentType', 'Status', 'Event', 'RunInterval', 'RunMode', 'LastRunOn',
'LastRunStatus', 'NextRunOn', 'RunTime', */
);
// virtual fields to hide
$virtual_hidden_fields = Array (
);
// fields to make required
$required_fields = Array (
/* 'AgentId', 'AgentName', 'AgentType', 'Status', 'Event', 'RunInterval', 'RunMode', 'LastRunOn',
'LastRunStatus', 'NextRunOn', 'RunTime', */
);
// virtual fields to make required
$virtual_required_fields = Array ( );
// tabs during editing
$hide_edit_tabs = Array (
);
// hide columns in grids
$hide_columns = Array (
// currently not in user
// 'Default' => Array ( 'AgentId', 'AgentName', 'AgentType', 'Status', 'Event', 'RunInterval', 'RunMode', 'LastRunOn', 'LastRunStatus', 'NextRunOn', ),
);

Event Timeline