gui improvement
This commit is contained in:
parent
4e03b34f51
commit
b12c042bd8
2
client/demo/dist/index.js
vendored
2
client/demo/dist/index.js
vendored
File diff suppressed because one or more lines are too long
@ -45,7 +45,7 @@ export const ModelSwitchRow = (_props: ModelSwitchRowProps) => {
|
|||||||
const embedstr = x.embChannels
|
const embedstr = x.embChannels
|
||||||
const typestr = x.modelType == 0 ? "org" : "webui"
|
const typestr = x.modelType == 0 ? "org" : "webui"
|
||||||
const metadata = x.deprecated ? "[deprecated version]" : `[${f0str},${srstr},${embedstr},${typestr}]`
|
const metadata = x.deprecated ? "[deprecated version]" : `[${f0str},${srstr},${embedstr},${typestr}]`
|
||||||
const displayName = `[${metadata}] ${filename}`
|
const displayName = `${metadata} ${filename}`
|
||||||
|
|
||||||
|
|
||||||
return (
|
return (
|
||||||
|
Loading…
x
Reference in New Issue
Block a user