Remove unavailable services from view

This commit is contained in:
Juri Grabowski 2021-06-29 22:20:39 +02:00
parent 2f6170af56
commit b5ec40b189
1 changed files with 0 additions and 9 deletions

View File

@ -50,8 +50,6 @@ _LABELS = {
bug=430986">#430986</a>)'''), bug=430986">#430986</a>)'''),
'reported': N_('bugs reported'), 'reported': N_('bugs reported'),
'usertags': N_('user tags'), 'usertags': N_('user tags'),
'searchall': N_('all messages (i.e., full text search for \
developer name on all bug logs)'),
'wnpp': N_('<a href="https://wiki.debian.org/WNPP">WNPP</a>'), 'wnpp': N_('<a href="https://wiki.debian.org/WNPP">WNPP</a>'),
'correspondent': N_('correspondent for bugs'), 'correspondent': N_('correspondent for bugs'),
'graph': N_('one year open bug history graph'), 'graph': N_('one year open bug history graph'),
@ -68,8 +66,6 @@ developer name on all bug logs)'),
'lintianfull': N_('full lintian reports (i.e. including \ 'lintianfull': N_('full lintian reports (i.e. including \
"info"-level messages)'), "info"-level messages)'),
'piuparts': N_('piuparts'), 'piuparts': N_('piuparts'),
'patchtracker': N_('Debian patch tracking system'),
'duck': N_('Debian Url ChecKer'),
'janitor': N_('Debian Janitor'), 'janitor': N_('Debian Janitor'),
}, },
'lists': { 'lists': {
@ -87,7 +83,6 @@ developer name on all bug logs)'),
'nm': N_('NM'), 'nm': N_('NM'),
'dbfinger': N_('DB information via finger'), 'dbfinger': N_('DB information via finger'),
'db': N_('DB information via HTTP'), 'db': N_('DB information via HTTP'),
'webid': N_('FOAF profile'),
'salsa': N_('Salsa'), 'salsa': N_('Salsa'),
'wiki': N_('Wiki'), 'wiki': N_('Wiki'),
'forum': N_('Forum'), 'forum': N_('Forum'),
@ -113,10 +108,6 @@ developer name on all bug logs)'),
'MIATeam">MIA</a> database information'), 'MIATeam">MIA</a> database information'),
'groupinfo': N_('Group membership information'), 'groupinfo': N_('Group membership information'),
}, },
'ubuntu': {
'label': N_('Ubuntu'),
'ubuntudiff': N_('Available patches from Ubuntu'),
},
} }
#: list of field name tuples for Debian Maintainers #: list of field name tuples for Debian Maintainers