summaryrefslogtreecommitdiff
path: root/httemplate
diff options
context:
space:
mode:
authorivan <ivan>2011-12-09 05:16:38 +0000
committerivan <ivan>2011-12-09 05:16:38 +0000
commitf5e559bc13ccdd761417e8ef83454f80937799f1 (patch)
tree4b4173e4ef17141b79fbbab669d9ecb018e5d47b /httemplate
parentc1a054049d58a621e59282b2c3bb4647e746727a (diff)
add ping tool to svc_acct IP address, RT#15537
Diffstat (limited to 'httemplate')
-rw-r--r--httemplate/view/svc_acct/basics.html5
1 files changed, 4 insertions, 1 deletions
diff --git a/httemplate/view/svc_acct/basics.html b/httemplate/view/svc_acct/basics.html
index a253e3b..6adebc6 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' )
? "<I>(".mt('Dynamic').")</I>"
- : $svc_acct->slipip
+ : $svc_acct->slipip. ' '.
+ include('/elements/popup_link-ping.html',
+ 'ip'=>$svc_acct->slipip,
+ )
&>
% }