pod fixes
This commit is contained in:
		| @@ -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] | ||||||
|   | |||||||
| @@ -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: | ||||||
|   | |||||||
| @@ -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 | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user