diff --git a/webui/src/pages/Routing.jsx b/webui/src/pages/Routing.jsx
index 69403e4..b51b996 100644
--- a/webui/src/pages/Routing.jsx
+++ b/webui/src/pages/Routing.jsx
@@ -1,5 +1,5 @@
import { useState, useEffect } from 'react';
-import { Plus, Trash2, Wifi, Shield, Activity, Settings, Terminal, ArrowRightLeft, RefreshCw } from 'lucide-react';
+import { Plus, Trash2, Wifi, Shield, Activity, Settings, Terminal, ArrowRightLeft, RefreshCw, Info } from 'lucide-react';
import { routingAPI } from '../services/api';
const EMPTY_NAT = { source_network: '', target_interface: 'eth0', masquerade: true, nat_type: 'MASQUERADE', protocol: 'ALL', external_port: '', internal_ip: '', internal_port: '' };
@@ -337,7 +337,7 @@ function Routing() {
Forward inbound traffic on a public port to an internal host.
+Forward inbound traffic on a public port to an internal host. Rules here are stored and re-applied on restart.
{showPfForm && (