From 8277763c80205fc41b27c20b1e4f7b5e3f70e25a Mon Sep 17 00:00:00 2001 From: Oliver Gorwits Date: Sat, 1 Nov 2014 12:36:33 +0000 Subject: [PATCH] fix ports links for new path --- Netdisco/lib/App/Netdisco/Manual/WritingPlugins.pod | 2 +- Netdisco/share/views/ajax/device/ports.tt | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Netdisco/lib/App/Netdisco/Manual/WritingPlugins.pod b/Netdisco/lib/App/Netdisco/Manual/WritingPlugins.pod index 40ba2c68..d5a2c8b0 100644 --- a/Netdisco/lib/App/Netdisco/Manual/WritingPlugins.pod +++ b/Netdisco/lib/App/Netdisco/Manual/WritingPlugins.pod @@ -394,7 +394,7 @@ template safely if the base of the app is relocated: Available in the Device tabs, use this if you need to refer back to the current page with some additional parameters, for example: - + =back diff --git a/Netdisco/share/views/ajax/device/ports.tt b/Netdisco/share/views/ajax/device/ports.tt index 512be174..40f06387 100644 --- a/Netdisco/share/views/ajax/device/ports.tt +++ b/Netdisco/share/views/ajax/device/ports.tt @@ -117,7 +117,7 @@ $(document).ready(function() { [% ELSE %] cell_str += ''; [% END %] - cell_str += ''; if (row.is_master) { cell_str += ' '; @@ -125,7 +125,7 @@ $(document).ready(function() { cell_str += he.encode(row.port) + ''; if (row.slave_of) { cell_str += '
' - + '' + he.encode(row.slave_of) + ''; } @@ -384,13 +384,13 @@ $(document).ready(function() { else if (row.remote_type && row.remote_type.match(/(cisco\s+AIR-[L|C]?AP|-K9W8-|^AP:\s)/)) { cell_str += ' '; } - cell_str += ''; var n_dns = row.neighbor_alias_dns ? row.neighbor_alias_dns.replace(d_suffix, '') : ''; cell_str += he.encode(n_dns || row.neighbor_alias_ip) + ''; if (row.remote_port) { cell_str += ' - ' - + '' + he.encode(row.remote_port || '') + '';