인터페이스 목록에 상태칼럼 추가
eapim-admin CI / build (push) Has been cancelled

This commit is contained in:
eastargh
2026-07-20 11:46:07 +09:00
parent 545e09891b
commit f1f7576b9d
6 changed files with 45 additions and 15 deletions
@@ -172,6 +172,9 @@ $(document).ready(function() {
<form id="ajaxForm">
<input type="hidden" name="id">
<table class="table_row" cellspacing="0">
<colgroup>
<col width="200px">
</colgroup>
<tr>
<th><%= localeMessage.getString("messageTemplate.messageCode") %> <font color="red"> *</font></th>
<td><input type="text" name="messageCode" data-required data-warning="메세지 코드는 필수입니다"/></td>