mirror of
https://github.com/1Panel-dev/1Panel.git
synced 2026-09-22 08:00:53 +00:00
fix: Fixed with ollama page not work (#13855)
This commit is contained in:
@@ -63,7 +63,7 @@ const buttons = computed<Array<{ label: string; value: LocalTab }>>(() => {
|
||||
|
||||
const currentTab = computed<LocalTab>(() => {
|
||||
const tab = route.query.tab;
|
||||
if (tab === 'vllm' || tab === 'downloader' || (tab === 'tensorrt' && isFxplay.value)) {
|
||||
if (tab === 'ollama' || tab === 'vllm' || tab === 'downloader' || (tab === 'tensorrt' && isFxplay.value)) {
|
||||
return tab;
|
||||
}
|
||||
if (tab === 'tensorrt') {
|
||||
|
||||
Reference in New Issue
Block a user