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
e1160165
"vscode:/vscode.git/clone" did not exist on "07d2c9871ff53567a924602d7e2764b4a484e558"
Commit
e1160165
authored
Nov 19, 2023
by
Timothy J. Baek
Browse files
fix: admin panel light mode support
parent
92f0059b
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
src/routes/admin/+page.svelte
src/routes/admin/+page.svelte
+1
-1
No files found.
src/routes/admin/+page.svelte
View file @
e1160165
...
@@ -112,7 +112,7 @@
...
@@ -112,7 +112,7 @@
<td class="px-6 py-4"> {user.email} </td>
<td class="px-6 py-4"> {user.email} </td>
<td class="px-6 py-4">
<td class="px-6 py-4">
<button
<button
class=" text-white underline"
class="
dark:
text-white underline"
on:click={() => {
on:click={() => {
if (user.role === 'user') {
if (user.role === 'user') {
updateUserRole(user.id, 'admin');
updateUserRole(user.id, 'admin');
...
...
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