|
@@ -1,7 +1,7 @@
|
|
|
<script lang="ts">
|
|
|
import { getVersionUpdates } from '$lib/apis';
|
|
|
import { getOllamaVersion } from '$lib/apis/ollama';
|
|
|
- import { WEBUI_HASH, WEBUI_VERSION } from '$lib/constants';
|
|
|
+ import { WEBUI_BUILD_HASH, WEBUI_VERSION } from '$lib/constants';
|
|
|
import { WEBUI_NAME, config, showChangelog } from '$lib/stores';
|
|
|
import { compareVersion } from '$lib/utils';
|
|
|
import { onMount, getContext } from 'svelte';
|
|
@@ -54,7 +54,7 @@
|
|
|
<div class="flex w-full justify-between items-center">
|
|
|
<div class="flex flex-col text-xs text-gray-700 dark:text-gray-200">
|
|
|
<div class="flex gap-1">
|
|
|
- <Tooltip content={WEBUI_HASH}>
|
|
|
+ <Tooltip content={WEBUI_BUILD_HASH}>
|
|
|
v{WEBUI_VERSION}
|
|
|
</Tooltip>
|
|
|
|