Improve installer automation and config editor
This commit is contained in:
@@ -45,6 +45,10 @@
|
||||
<% }) %>
|
||||
</select>
|
||||
</label>
|
||||
<label>
|
||||
<span>권장 JDK 버전</span>
|
||||
<input type="number" name="recommendedJdkVersion" value="<%= pack.recommendedJdkVersion ?? 17 %>" min="8" required />
|
||||
</label>
|
||||
<label>
|
||||
<span>packPath</span>
|
||||
<input name="packPath" value="<%= pack.packPath %>" required />
|
||||
|
||||
@@ -11,10 +11,6 @@
|
||||
<p class="eyebrow">OP LOGIN</p>
|
||||
<h1>관리자 로그인</h1>
|
||||
<form method="post" action="/op/login" class="stackForm">
|
||||
<label>
|
||||
<span>아이디</span>
|
||||
<input name="id" required />
|
||||
</label>
|
||||
<label>
|
||||
<span>비밀번호</span>
|
||||
<input type="password" name="password" required />
|
||||
|
||||
Reference in New Issue
Block a user