diff options
author | ivan <ivan> | 2011-12-09 05:13:49 +0000 |
---|---|---|
committer | ivan <ivan> | 2011-12-09 05:13:49 +0000 |
commit | 00a704aa29fdd94b49308f23920a61f5cae3e53c (patch) | |
tree | 14e5bc36b1503a6e7f0396cc5429a2b846f8176b /httemplate | |
parent | 653530ba04e038b70dc2b392ca36e9c6c6920d88 (diff) |
add ping tool to svc_acct IP address, RT#15537
Diffstat (limited to 'httemplate')
-rw-r--r-- | httemplate/view/svc_acct/basics.html | 5 |
1 files changed, 4 insertions, 1 deletions
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' ) ? "<I>(".mt('Dynamic').")</I>" - : $svc_acct->slipip + : $svc_acct->slipip. ' '. + include('/elements/popup_link-ping.html', + 'ip'=>$svc_acct->slipip, + ) &> % } |