From f5e559bc13ccdd761417e8ef83454f80937799f1 Mon Sep 17 00:00:00 2001 From: ivan Date: Fri, 9 Dec 2011 05:16:38 +0000 Subject: [PATCH] add ping tool to svc_acct IP address, RT#15537 --- httemplate/view/svc_acct/basics.html | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/httemplate/view/svc_acct/basics.html b/httemplate/view/svc_acct/basics.html index a253e3bf7..6adebc6ce 100644 --- a/httemplate/view/svc_acct/basics.html +++ b/httemplate/view/svc_acct/basics.html @@ -77,7 +77,10 @@ label=>mt('IP address'), value=> ( $svc_acct->slipip eq "0.0.0.0" || $svc_acct->slipip eq '0e0' ) ? "(".mt('Dynamic').")" - : $svc_acct->slipip + : $svc_acct->slipip. ' '. + include('/elements/popup_link-ping.html', + 'ip'=>$svc_acct->slipip, + ) &> % } -- 2.11.0