tidy up links. add printers and mgmt configs.

workspace
Brendan Howell 4 years ago
parent c181e38c9a
commit 24acd79fed

@ -23,7 +23,10 @@ class IhrApp(Bottle):
<ul>
"""
for bureau in self.bureaus:
out += '<li><a href="/config/"' + bureau + '"></li>\n'
out += '<li><a href="/config/{0}">{0}</li>\n'.format(bureau)
out += '<li><a href="/config/printers">Printers</li>\n'
out += '<li><a href="/config/mgmt">Management</li>\n'
out += "</ul>"

Loading…
Cancel
Save