fix config param name

This commit is contained in:
Oliver Gorwits
2014-02-27 18:31:38 +00:00
parent d216508f55
commit cb79813919
3 changed files with 6 additions and 2 deletions

View File

@@ -1,3 +1,7 @@
2.002001 - 2014-02-27
* Fix config param name
2.002000 - 2014-02-27
* Support HTTPS with http_secure parameter

View File

@@ -1,6 +1,6 @@
package App::NetdiscoX::Web::Plugin::Observium;
our $VERSION = '2.002000';
our $VERSION = '2.002001';
use Dancer ':syntax';
use App::Netdisco::Web::Plugin;

View File

@@ -1,4 +1,4 @@
<a href="[% http_secure ? 'https' : 'http' %]://[% settings.plugin_observium.webhost | uri %]/device/hostname=[% device.dns || device.name | uri %]/tab=port/ifdescr=[% row.base64url_port %]/"
<a href="[% settings.plugin_observium.http_secure ? 'https' : 'http' %]://[% settings.plugin_observium.webhost | uri %]/device/hostname=[% device.dns || device.name | uri %]/tab=port/ifdescr=[% row.base64url_port %]/"
[% 'target="_blank"' IF settings.plugin_observium.open_in_new_window %]
class="btn nd_observium"
data-content='