web/admin: only show source name not description

Signed-off-by: Jens Langhammer <jens.langhammer@beryju.org>
This commit is contained in:
Jens Langhammer 2021-12-13 21:37:24 +01:00
parent 307cb94e3b
commit 70316b37da
1 changed files with 1 additions and 2 deletions

View File

@ -139,8 +139,7 @@ export class SourceListPage extends TablePage<Source> {
>
</ak-proxy-form>
<button slot="trigger" class="pf-c-dropdown__menu-item">
${type.name}<br />
<small>${type.description}</small>
${type.name}
</button>
</ak-forms-modal>
</li>`;