web: fix alignment issues in application list page
Signed-off-by: Jens Langhammer <jens.langhammer@beryju.org>
This commit is contained in:
@ -121,11 +121,7 @@ export class ApplicationListPage extends TablePage<Application> {
|
||||
</button>
|
||||
</ak-forms-modal>
|
||||
${item.launchUrl
|
||||
? html`<a
|
||||
href=${item.launchUrl}
|
||||
target="_blank"
|
||||
class="pf-c-button pf-m-plain"
|
||||
>
|
||||
? html`<a href=${item.launchUrl} target="_blank" class="pf-c-button pf-m-plain">
|
||||
<i class="fas fas fa-share-square"></i>
|
||||
</a>`
|
||||
: html``}`,
|
||||
|
||||
Reference in New Issue
Block a user