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>
|
</ak-proxy-form>
|
||||||
<button slot="trigger" class="pf-c-dropdown__menu-item">
|
<button slot="trigger" class="pf-c-dropdown__menu-item">
|
||||||
${type.name}<br />
|
${type.name}
|
||||||
<small>${type.description}</small>
|
|
||||||
</button>
|
</button>
|
||||||
</ak-forms-modal>
|
</ak-forms-modal>
|
||||||
</li>`;
|
</li>`;
|
||||||
|
|
Reference in New Issue