diff --git a/app/src/types/core/api.ts b/app/src/types/core/api.ts
index 0deea28a..7ba15ea0 100644
--- a/app/src/types/core/api.ts
+++ b/app/src/types/core/api.ts
@@ -148,3 +148,5 @@ export type AppInfo = {
supports_config_panel: boolean
supports_purge: boolean
}
+
+export type AppList = { apps: AppInfo[] }
diff --git a/app/src/views/app/AppList.vue b/app/src/views/app/AppList.vue
index 36792d3f..6812bd58 100644
--- a/app/src/views/app/AppList.vue
+++ b/app/src/views/app/AppList.vue
@@ -1,35 +1,23 @@
@@ -37,7 +25,6 @@ function onQueriesResponse(data: any) {
v-model="search"
items-name="installed_apps"
:items="filteredApps"
- :loading="loading"
>
@@ -54,8 +41,8 @@ function onQueriesResponse(data: any) {
class="d-flex justify-content-between align-items-center pe-0"
>
-
- {{ label }}
+
+ {{ label }}
{{ id }}