[otrs-cvs] CVS: ITSMCMDB/Kernel/Config/Files ITSMCMDB.pm,1.21,1.22
cvs-log at otrs.org
cvs-log at otrs.org
Thu Nov 2 13:04:30 CET 2006
Update of /home/cvs/ITSMCMDB/Kernel/Config/Files
In directory lancelot:/tmp/cvs-serv10948/Kernel/Config/Files
Modified Files:
ITSMCMDB.pm
Log Message:
added Service, SLA, OrgUnit and Location
Index: ITSMCMDB.pm
===================================================================
RCS file: /home/cvs/ITSMCMDB/Kernel/Config/Files/ITSMCMDB.pm,v
retrieving revision 1.21
retrieving revision 1.22
diff -C2 -r1.21 -r1.22
*** ITSMCMDB.pm 31 Oct 2006 13:14:20 -0000 1.21
--- ITSMCMDB.pm 2 Nov 2006 12:04:27 -0000 1.22
***************
*** 10,14 ****
# --
! $Self->{'CMDB::ConfigItem::Description'}->{Service} = 'All services';
$Self->{'CMDB::ConfigItem::Overview'}->{Service} = ['Name'];
$Self->{'CMDB::ConfigItem::Config'}->{Service} = [
--- 10,235 ----
# --
! $Self->{'CMDB::ConfigItem::Description'}->{OrgUnit} = 'The Organisation units.';
! $Self->{'CMDB::ConfigItem::Overview'}->{OrgUnit} = ['Name', 'State', 'URL'];
[...1558 lines suppressed...]
+ },
+ RegExp => '',
+ DataDefault => '',
+ Option => 'Single',
+ Count => 15,
+ CountDefault => 1,
+ },
+ {
Key => 'CurrentDeployment',
Name => 'Current Deployment',
***************
*** 887,889 ****
];
! 1;
\ No newline at end of file
--- 1951,1953 ----
];
! 1;
More information about the cvs-log
mailing list