Commit 4829fd43 authored by Adam Wujek's avatar Adam Wujek 💬

userspace/snmpd: rename network interfaces in show-pstats

Signed-off-by: Adam Wujek's avatarAdam Wujek <adam.wujek@cern.ch>
parent 98ef120e
...@@ -17,8 +17,8 @@ proc updatew {wname} { ...@@ -17,8 +17,8 @@ proc updatew {wname} {
set new [expr ![llength [winfo children $wname]]] set new [expr ![llength [winfo children $wname]]]
if $new { if $new {
grid [label $wname.name -text "CTR NAME" -fg blue] -row 0 -column 1 grid [label $wname.name -text "CTR NAME" -fg blue] -row 0 -column 1
for {set i 0; set c 2} {$i < 18} {incr i; incr c} { for {set i 1; set c 2} {$i < 19} {incr i; incr c} {
grid [label $wname.wr$i -text "WR$i" -fg blue] -row 0 -column $c grid [label $wname.wri$i -text "WRI$i" -fg blue] -row 0 -column $c
} }
} }
set labels {wrsPstatsHCPortName set labels {wrsPstatsHCPortName
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment