App-NetdiscoX-Web-Plugin-RANCID

 view release on metacpan or  search on metacpan

META.json  view on Meta::CPAN

{
   "abstract" : "Link to device backups in RANCID/WebSVN",
   "author" : [
      "Oliver Gorwits <oliver@cpan.org>"
   ],
   "dynamic_config" : 0,
   "generated_by" : "Module::Build version 0.4234",
   "license" : [
      "bsd"
   ],
   "meta-spec" : {
      "url" : "http://search.cpan.org/perldoc?CPAN::Meta::Spec",

META.yml  view on Meta::CPAN

---
abstract: 'Link to device backups in RANCID/WebSVN'
author:
  - 'Oliver Gorwits <oliver@cpan.org>'
build_requires:
  Module::Build: '0.42'
  Test::Distribution: '0'
  Test::More: '0.88'
  Test::Perl::Critic: '0'
  Test::Pod: '0'
configure_requires:
  ExtUtils::MakeMaker: '0'

README  view on Meta::CPAN

NAME
    App::NetdiscoX::Web::Plugin::RANCID - Link to device backups in
    RANCID/WebSVN

DEPRECATED
    This plugin is deprecated and no longer maintained!

    Please use the External Links feature which is built-in to Netdisco
    itself. You can use this feature to create a templated hyperlink, and
    use tags or custom fields to replicate the GROUP.

    <https://github.com/netdisco/netdisco/wiki/Configuration#external_links>

lib/App/NetdiscoX/Web/Plugin/RANCID.pm  view on Meta::CPAN

1;

__END__

=pod

=cut

=head1 NAME

App::NetdiscoX::Web::Plugin::RANCID - Link to device backups in RANCID/WebSVN

=head1 DEPRECATED

This plugin is deprecated and no longer maintained!

Please use the External Links feature which is built-in to Netdisco itself.
You can use this feature to create a templated hyperlink, and use tags or
custom fields to replicate the GROUP.

L<https://github.com/netdisco/netdisco/wiki/Configuration#external_links>

share/views/plugin/rancid/device_details.tt  view on Meta::CPAN

[% IF session.rancid_display %]
<a href="[% settings.plugin_rancid.location.replace('\%GROUP\%',rancidgroup).replace('\%DEVICE\%',ranciddevice) %]"
  [% ' target="_blank"' UNLESS settings.plugin_rancid.open_in_same_window %]
>View Configuration <i class="icon-circle-arrow-right"></i></a>
[% ELSE %]
<i>No RANCID backup known for this device.</i>
[% END %]



( run in 0.605 second using v1.01-cache-2.11-cpan-49f99fa48dc )