Skip to content

Commit 0e42f25

Browse files
committed
webui : npm run format
1 parent 6890d72 commit 0e42f25

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

tools/server/public/index.html.gz

6 Bytes
Binary file not shown.

tools/server/webui/src/lib/stores/server.svelte.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -99,9 +99,9 @@ class ServerStore {
9999
}
100100

101101
get modelName(): string | null {
102-
if (this._serverProps?.model_alias) {
103-
return this._serverProps.model_alias;
104-
}
102+
if (this._serverProps?.model_alias) {
103+
return this._serverProps.model_alias;
104+
}
105105
if (!this._serverProps?.model_path) return null;
106106
return this._serverProps.model_path.split(/(\\|\/)/).pop() || null;
107107
}

0 commit comments

Comments
 (0)