diff --git a/Netdisco/share/views/ajax/admintask/pseudodevice.tt b/Netdisco/share/views/ajax/admintask/pseudodevice.tt index 98cc270e..0fe8f67e 100644 --- a/Netdisco/share/views/ajax/admintask/pseudodevice.tt +++ b/Netdisco/share/views/ajax/admintask/pseudodevice.tt @@ -41,10 +41,10 @@
The following pseudo-device will be deleted:
-+diff --git a/Netdisco/share/views/ajax/admintask/topology.tt b/Netdisco/share/views/ajax/admintask/topology.tt index b25a7246..bd836438 100644 --- a/Netdisco/share/views/ajax/admintask/topology.tt +++ b/Netdisco/share/views/ajax/admintask/topology.tt @@ -60,11 +60,16 @@+ Pseudo-device "[% row.dns | html_entity %] / [% row.ip | html_entity %]" will be deleted.
+
The link between these two ports will be removed:
++diff --git a/Netdisco/share/views/ajax/device/details.tt b/Netdisco/share/views/ajax/device/details.tt index 1dae59e1..b1f1b686 100644 --- a/Netdisco/share/views/ajax/device/details.tt +++ b/Netdisco/share/views/ajax/device/details.tt @@ -115,12 +115,14 @@The link between these two ports will be removed:
+
-
+- [% (row.device1.dns || row.device1.name || row.device1.ip) | html_entity %], [% row.port1 | html_entity %]
-- [% (row.device2.dns || row.device2.name || row.device2.ip) | html_entity %], [% row.port2 | html_entity %]
+- +
[% (row.device1.dns || row.device1.name || row.device1.ip) | html_entity %], + [% row.port1 | html_entity %]
[% (row.device2.dns || row.device2.name || row.device2.ip) | html_entity %], + [% row.port2 | html_entity %]
Log message:
- ++++
+- +
This action is immediate and not reversible
- +
All associated Nodes will be removed from the database