diff --git a/src/manager/Makefile.am b/src/manager/Makefile.am
index 9409a9cf9..b0a1180f0 100644
--- a/src/manager/Makefile.am
+++ b/src/manager/Makefile.am
@@ -49,6 +49,7 @@ ipsec_templates_staticdir = ${ipsec_templatesdir}/static
ipsec_templates_static_DATA = templates/static/style.css templates/static/script.js templates/static/jquery.js \
templates/static/pipe.png templates/static/pipe-good.png templates/static/pipe-bad.png \
templates/static/pipe-thin.png templates/static/pipe-thin-left.png templates/static/pipe-thin-right.png \
+templates/static/pipe-thin-green.png templates/static/pipe-thin-left-green.png templates/static/pipe-thin-right-green.png \
templates/static/gateway-left.png templates/static/client-left.png templates/static/strongswan.png \
templates/static/router.png templates/static/gateway-right.png templates/static/client-right.png \
templates/static/close.png templates/static/initiate.png
diff --git a/src/manager/templates/config/list.cs b/src/manager/templates/config/list.cs
index 731c9c63c..e71830d4d 100644
--- a/src/manager/templates/config/list.cs
+++ b/src/manager/templates/config/list.cs
@@ -16,36 +16,88 @@
-
-
-
-
-
:
-
+
+
+ |
+
+ |
+
+ |
+
+
+ |
+
+
+
+
+
+
+
+
+ |
+
+ 0123456789abdcef
+
+ |
+
+
+ |
+
+
+ |
+
+
+ |
+
+ 0123456789abcdef
+
+ |
+
+
+
+
+
+
+ |
+
+
+
+
+ :
+ |
+
-
-
-
-
- |
-
-
-
- |
- <-> |
-
-
-
-
- |
-
-
-
-
-
+ |
+
+
+
|
+
+
+ |
+
+
+
+ |
+
+
+ |
+
+ |
+
+
+ |
+
+
+
+
+ |
+
+
+
diff --git a/src/manager/templates/ikesa/list.cs b/src/manager/templates/ikesa/list.cs
index 15fe4070e..f9a8e5c68 100644
--- a/src/manager/templates/ikesa/list.cs
+++ b/src/manager/templates/ikesa/list.cs
@@ -2,7 +2,7 @@
- IKE # []:
+ [IKE #]:
<->
@@ -72,7 +72,7 @@
- IPsec # []:
+ [IPsec #]:
|
@@ -89,12 +89,12 @@
|
-
+ |
<-
|
-
+ |
|
-
+ |
->
|
diff --git a/src/manager/templates/static/pipe-thin-green.png b/src/manager/templates/static/pipe-thin-green.png
new file mode 100644
index 000000000..df3026ec5
Binary files /dev/null and b/src/manager/templates/static/pipe-thin-green.png differ
diff --git a/src/manager/templates/static/pipe-thin-left-green.png b/src/manager/templates/static/pipe-thin-left-green.png
new file mode 100644
index 000000000..b76432a94
Binary files /dev/null and b/src/manager/templates/static/pipe-thin-left-green.png differ
diff --git a/src/manager/templates/static/pipe-thin-right-green.png b/src/manager/templates/static/pipe-thin-right-green.png
new file mode 100644
index 000000000..f193af9cc
Binary files /dev/null and b/src/manager/templates/static/pipe-thin-right-green.png differ
|