@swiss-ai-hub/web 0.311.1 → 0.312.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -14,6 +14,12 @@
14
14
  striped-rows
15
15
  @update:selection="handleSelection"
16
16
  >
17
+ <template #empty>
18
+ <div class="py-8 text-center text-surface-500 dark:text-surface-400">
19
+ {{ t('memory.list.no_results') }}
20
+ </div>
21
+ </template>
22
+
17
23
  <Column
18
24
  field="memory"
19
25
  :header="t('memory.table.memory')"
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "license": "AGPL-3.0-or-later",
4
4
  "author": "bbv Software Services AG (https://www.bbv.ch)",
5
5
  "type": "module",
6
- "version": "0.311.1",
6
+ "version": "0.312.1",
7
7
  "description": "Swiss AI Hub - Admin & Management UI (Nuxt 3 layer)",
8
8
  "main": "./nuxt.config.ts",
9
9
  "repository": {