// Administrative console help mapping file
//
// Updated 8/19/2010 PSH
// V8.0 Help information
//
// The HelpCoord reads this file to correlate a helpId to a help file
// <helpID>$<help file name with path>
//
// This is not quite like the mapping files for AAT and other Java GUIs.
// You do NOT need the path information in front of the help file names.
// The delimiter is dollar sign instead of pound sign.
// Do not confuse the two file formats.
//
// This is a really persnickety file!
//
// Every line of this file must either be valid input,
// or a comment line beginning with two forward slashes.
//
// There can be NO blank lines.
//
// The last non-blank line in the file cannot have a return
// at the end of it. To test, place cursor at end of last
// non-blank line and press down arrow on keyboard. The
// cursor should not move.
//
// Violations can cause the GUI not to start!
//
// This file does not require translation.
//
// Job manager Module
//
//
// Find managed node:
//
Endpoint.find.detail$ae/uagt_jobmng_find.html
//
//
// Find managed resource:
//
Resource.find.detail$ae/uagt_jobmre_find.html
//
// Job status:
//
JobStatus.collection$ae/uagt_jobstat.html
JobStatus.detail$ae/uagt_jobstat_inst.html
JobHistory.detail$ae/uagt_jobstat_hist.html
//
//
// Managed node:
//
Endpoint.collection$ae/uagt_jobmn.html
Endpoint.detail$ae/uagt_jobmn_inst.html
Endpoint.detail.new$ae/uagt_jobmn_new.html
//
//
// Managed resources:
//
Resources.collection$ae/uagt_jobmre.html
Resource.collection$ae/uagt_jobmre_inst.html
Resource.detail$ae/uagt_jobmre_prop.html
//
//
// Managed node groups:
//
EndpointGroup.collection$ae/uagt_jobmng.html
EndpointGroup.detail$ae/uagt_jobmng_inst.html
//
//
// Job manager configuration:
//
JobManager.detail$ae/uagt_jobcfg.html