web: migrate Stage List to web
This commit is contained in:
@ -50,7 +50,7 @@ export class ApplicationListPage extends TablePage<Application> {
|
||||
item.meta_icon ?
|
||||
html`<img class="app-icon pf-c-avatar" src="${item.meta_icon}" alt="${gettext("Application Icon")}">` :
|
||||
html`<i class="pf-icon pf-icon-arrow"></i>`,
|
||||
html`<a href="#/applications/${item.slug}">
|
||||
html`<a href="#/core/applications/${item.slug}">
|
||||
<div>
|
||||
${item.name}
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user