web/admin: fix launch button on app list
Signed-off-by: Jens Langhammer <jens.langhammer@beryju.org>
This commit is contained in:
parent
1a17ce24f9
commit
5803575ee2
|
@ -124,7 +124,7 @@ export class ApplicationListPage extends TablePage<Application> {
|
|||
? html`<a
|
||||
href=${item.launchUrl}
|
||||
target="_blank"
|
||||
class="pf-c-button pf-m-secondary"
|
||||
class="pf-c-button pf-m-plain"
|
||||
>
|
||||
<i class="fas fas fa-share-square"></i>
|
||||
</a>`
|
||||
|
|
Reference in New Issue