2017-12-07 Fred Gleason <fredg@paravelsystems.com>

* Renamed the 'Contract #' field in the 'Edit Service' dialog in
	rdadmin(1) to 'Globally Unique ID'.
	* Completed the 'Managing Services' section of the Operations Guide.
This commit is contained in:
Fred Gleason
2017-12-07 15:18:49 -05:00
parent a19799f0e6
commit 6bff55ed72
15 changed files with 136 additions and 13 deletions

View File

@@ -118,7 +118,7 @@ TestImport::TestImport(RDSvc *svc,RDSvc::ImportSource src,QWidget *parent)
test_events_list->setColumnAlignment(2,AlignRight);
test_events_list->addColumn(tr("Title"));
test_events_list->setColumnAlignment(3,AlignLeft);
test_events_list->addColumn(tr("Contract #"));
test_events_list->addColumn(tr("GUID"));
test_events_list->setColumnAlignment(4,AlignCenter);
test_events_list->addColumn(tr("Event ID"));
test_events_list->setColumnAlignment(5,AlignCenter);