This commit is contained in:
Saifeddine ALOUI 2024-05-03 01:31:27 +02:00
parent ba7cf586b7
commit bcd0dccb40
4 changed files with 8 additions and 8 deletions

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
View File

@ -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-9dc63357.js"></script>
<link rel="stylesheet" href="/assets/index-b09297ba.css">
<script type="module" crossorigin src="/assets/index-37b55051.js"></script>
<link rel="stylesheet" href="/assets/index-42b7aabe.css">
</head>
<body>
<div id="app"></div>

View File

@ -492,13 +492,13 @@
<!-- Row 3 -->
<tr>
<td style="min-width: 200px;">
<label for="user_name" class="text-sm font-bold" style="margin-right: 1rem;">User avatar:</label>
<label for="user_avatar" class="text-sm font-bold" style="margin-right: 1rem;">User avatar:</label>
</td>
<td>
<label for="avatar-upload">
<img :src="configFile.user_avatar!=''?'/user_infos/'+configFile.user_avatar: storeLogo" class="w-50 h-50 rounded-full" style="max-width: 50px; max-height: 50px; cursor: pointer;">
</label>
<input type="file" id="avatar-upload" style="display: none" @change="uploadAvatar">
<input type="file" id="avatar-upload" style="display: none" @change="uploadAvatar()">
</td>
<td style="width: 10%;">
<button class="text-2xl hover:text-red-600 duration-75 active:scale-90 " title="Discard title changes"