web/admin: only show source name not description
Signed-off-by: Jens Langhammer <jens.langhammer@beryju.org>
This commit is contained in:
parent
307cb94e3b
commit
70316b37da
|
@ -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>`;
|
||||
|
|
Reference in New Issue