pod fixes

This commit is contained in:
Oliver Gorwits
2015-05-18 10:18:58 +01:00
parent 265eef28c4
commit 93a9ee66cb
3 changed files with 11 additions and 4 deletions

View File

@@ -24,7 +24,7 @@
[ENHANCEMENTS] [ENHANCEMENTS]
* THANK YOUs * THANK YOUs
* Allow renumber of device to one of its alias IPs in netdisco-do * [#197] Allow renumber of device to one of its alias IPs in netdisco-do
* [#216] Ability to enter IP prefix in "Discover" form in web * [#216] Ability to enter IP prefix in "Discover" form in web
[BUG FIXES] [BUG FIXES]

View File

@@ -287,13 +287,15 @@ Hunter (Arizona State U), Jethro Binks (U of Strathclyde, Glasgow), Jordi
Guijarro (UAB.es), Sam Stickland (spacething.org), Stefan Radman (CTBTO.org), Guijarro (UAB.es), Sam Stickland (spacething.org), Stefan Radman (CTBTO.org),
Clint Wise, Max Kosmach, and Bernhard Augenstein. Clint Wise, Max Kosmach, and Bernhard Augenstein.
We probably forgot some names - sorry about that :-(. Deep gratitude also goes We probably forgot some names - sorry about that :-(.
Deep gratitude also goes
to the authors and communities of all the other software that Netdisco is to the authors and communities of all the other software that Netdisco is
built upon. built upon.
=head1 COPYRIGHT AND LICENSE =head1 COPYRIGHT AND LICENSE
This software is copyright (c) 2012, 2013, 2014, 2015 by The Netdisco Developer Team. This software is copyright (c) 2012-2015 by The Netdisco Developer Team.
Redistribution and use in source and binary forms, with or without Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are met: modification, are permitted provided that the following conditions are met:

View File

@@ -268,7 +268,6 @@ code or HTML templates. For example:
- tag: power_inventory - tag: power_inventory
label: 'Power Supply Inventory' label: 'Power Supply Inventory'
category: Device category: Device
hidden: true
columns: columns:
- {name: 'Name'} - {name: 'Name'}
- {ps1_type: 'PS1 Type'} - {ps1_type: 'PS1 Type'}
@@ -319,6 +318,12 @@ If not supplied, reports appear in a I<My Reports> category.
Set to true to skip inclusion of this report from the Reports menu. Set to true to skip inclusion of this report from the Reports menu.
=head4 C<database> (optional)
The database "tag" used in C<external_databases> so that you can query another
database (even in another database server) and display the results in a
Netdisco report.
=head4 C<query_columns> (optional) =head4 C<query_columns> (optional)
If supplying code to munge the data, the columns returned from your database If supplying code to munge the data, the columns returned from your database