mirror of
https://github.com/ParisNeo/lollms-webui.git
synced 2025-01-18 02:39:47 +00:00
upgraded
This commit is contained in:
parent
de4a6ecef6
commit
fc18ebb08e
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
4
web/dist/index.html
vendored
4
web/dist/index.html
vendored
@ -6,8 +6,8 @@
|
||||
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>LoLLMS WebUI - Welcome</title>
|
||||
<script type="module" crossorigin src="/assets/index-2afc397e.js"></script>
|
||||
<link rel="stylesheet" href="/assets/index-506d87c6.css">
|
||||
<script type="module" crossorigin src="/assets/index-af6d039d.js"></script>
|
||||
<link rel="stylesheet" href="/assets/index-38afbb3f.css">
|
||||
</head>
|
||||
<body>
|
||||
<div id="app"></div>
|
||||
|
@ -976,7 +976,7 @@ export default {
|
||||
matchingStep.done = true;
|
||||
}
|
||||
} else if (msgObj.message_type == this.msgTypes.MSG_TYPE_EXCEPTION) {
|
||||
this.$refs.toast.showToast(msgObj.data, 4, true)
|
||||
this.$refs.toast.showToast(msgObj.data, 5, false)
|
||||
}
|
||||
// // Disables as per request
|
||||
// nextTick(() => {
|
||||
|
Loading…
Reference in New Issue
Block a user