diff options
Diffstat (limited to 'gui/views/index.tpl')
-rw-r--r-- | gui/views/index.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gui/views/index.tpl b/gui/views/index.tpl index c847402..a73d6d2 100644 --- a/gui/views/index.tpl +++ b/gui/views/index.tpl @@ -12,7 +12,7 @@ body { <h2>Services</h2> <ul> % for s in services: - <li>{{s.name}}: <i>{{s.label}} ({{s.shortlabel}})</i> — id = {{s.srvid}}</li> + <li>{{s.name}}: <i>{{s.label}} ({{s.shortlabel}})</i> — id = {{s.id}}</li> % end </ul> <h2>Subchannels</h2> |