Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
chenpangpang
open-webui
Commits
2eb8c345
"examples/vscode:/vscode.git/clone" did not exist on "6af99c553d5d2b54ec6f5235890cf827fa0d1420"
Commit
2eb8c345
authored
Jun 09, 2024
by
Timothy J. Baek
Browse files
refac
parent
fa9835a7
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
src/routes/(app)/workspace/models/create/+page.svelte
src/routes/(app)/workspace/models/create/+page.svelte
+1
-1
src/routes/(app)/workspace/models/edit/+page.svelte
src/routes/(app)/workspace/models/edit/+page.svelte
+1
-1
No files found.
src/routes/(app)/workspace/models/create/+page.svelte
View file @
2eb8c345
...
...
@@ -251,7 +251,7 @@
<button
class="flex space-x-1"
on:click={() => {
history.back(
);
goto('/workspace/models'
);
}}
>
<div class=" self-center">
...
...
src/routes/(app)/workspace/models/edit/+page.svelte
View file @
2eb8c345
...
...
@@ -205,7 +205,7 @@
<
button
class
=
"flex space-x-1"
on
:
click
={()
=>
{
history
.
back
(
);
goto
(
'/workspace/models'
);
}}
>
<
div
class
=
" self-center"
>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment