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
|
? html`<a
|
||||||
href=${item.launchUrl}
|
href=${item.launchUrl}
|
||||||
target="_blank"
|
target="_blank"
|
||||||
class="pf-c-button pf-m-secondary"
|
class="pf-c-button pf-m-plain"
|
||||||
>
|
>
|
||||||
<i class="fas fas fa-share-square"></i>
|
<i class="fas fas fa-share-square"></i>
|
||||||
</a>`
|
</a>`
|
||||||
|
|
Reference in New Issue