diff options
| author | levinse <levinse> | 2011-01-22 02:45:32 +0000 |
|---|---|---|
| committer | levinse <levinse> | 2011-01-22 02:45:32 +0000 |
| commit | 8f12b9fe1d7370c7307f183b0dff1e061c047ac5 (patch) | |
| tree | eab745a91788c9d19ea30ce7a90dea526dfa49eb /httemplate/view | |
| parent | fcb005c5f947ce881794a3958e0ef7617fbcbf7a (diff) | |
add svc_broadband shellcommands export, RT11250
Diffstat (limited to 'httemplate/view')
| -rw-r--r-- | httemplate/view/svc_broadband.cgi | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/httemplate/view/svc_broadband.cgi b/httemplate/view/svc_broadband.cgi index f552e9bc7..12e5f0f5d 100644 --- a/httemplate/view/svc_broadband.cgi +++ b/httemplate/view/svc_broadband.cgi @@ -83,6 +83,10 @@ <TD ALIGN="right">Authentication Key</TD> <TD BGCOLOR="#ffffff"><%$auth_key%></TD> </TR> + <TR> + <TD ALIGN="right">Service Plan Id</TD> + <TD BGCOLOR="#ffffff"><%$plan_id%></TD> + </TR> <TR COLSPAN="2"><TD></TD></TR> % %foreach (sort { $a cmp $b } $svc_broadband->virtual_fields) { @@ -203,6 +207,7 @@ my ( $vlan_profile, $auth_key, $description, + $plan_id, ) = ( $svc_broadband->getfield('speed_down'), $svc_broadband->getfield('speed_up'), @@ -214,6 +219,7 @@ my ( $svc_broadband->vlan_profile, $svc_broadband->auth_key, $svc_broadband->description, + $svc_broadband->plan_id, ); </%init> |
