web/admin: add button to open application from list
Signed-off-by: Jens Langhammer <jens.langhammer@beryju.org>
This commit is contained in:
parent
e33a1ea0c7
commit
dbc75428a0
|
@ -90,6 +90,11 @@ export class ApplicationListPage extends TablePage<Application> {
|
||||||
${t`Edit`}
|
${t`Edit`}
|
||||||
</button>
|
</button>
|
||||||
</ak-forms-modal>
|
</ak-forms-modal>
|
||||||
|
${item.launchUrl ?
|
||||||
|
html`<a href=${item.launchUrl} target="_blank" class="pf-c-button pf-m-secondary">
|
||||||
|
${t`Open application`}
|
||||||
|
</a>`:
|
||||||
|
html``}
|
||||||
<ak-forms-delete
|
<ak-forms-delete
|
||||||
.obj=${item}
|
.obj=${item}
|
||||||
objectLabel=${t`Application`}
|
objectLabel=${t`Application`}
|
||||||
|
|
Reference in New Issue