File tree Expand file tree Collapse file tree 3 files changed +10
-4
lines changed
apps/frontend/src/pages/servers/manage/[id]/options Expand file tree Collapse file tree 3 files changed +10
-4
lines changed Original file line number Diff line number Diff line change 88 <span > Change the name of your server. This name is only visible on Modrinth. </span >
99 </label >
1010 <div class =" flex flex-col gap-2" >
11- <input v-model =" serverName" class =" w-full md:w-[50%]" @keyup.enter =" !serverName && saveGeneral" maxlength =" 64" minlength =" 1" />
12- <span v-if =" !serverName" class =" text-rose-400 text-sm" >
11+ <input
12+ v-model =" serverName"
13+ class =" w-full md:w-[50%]"
14+ @keyup.enter =" !serverName && saveGeneral"
15+ maxlength =" 64"
16+ minlength =" 1"
17+ />
18+ <span v-if =" !serverName" class =" text-sm text-rose-400" >
1319 Server name must be at least 1 character long.
1420 </span >
1521 </div >
Original file line number Diff line number Diff line change 6969 <textarea
7070 :id =" index.toString()"
7171 :value =" JSON.stringify(property, null, 2)"
72- class =" w-full rounded-xl border p-2 resize-y "
72+ class =" w-full resize-y rounded-xl border p-2"
7373 ></textarea >
7474 </div >
7575 <div v-else class =" w-[320px]" >
Original file line number Diff line number Diff line change 1313 </label >
1414 <textarea
1515 v-model =" invocation"
16- class =" min-h-[270px] resize-y w-full font-[family-name:var(--mono-font)]"
16+ class =" min-h-[270px] w-full resize-y font-[family-name:var(--mono-font)]"
1717 />
1818 </div >
1919
You can’t perform that action at this time.
0 commit comments