화면 수정
eapim-admin CI / build (push) Has been cancelled

This commit is contained in:
eastargh
2026-06-30 14:19:01 +09:00
parent 235f4b67b3
commit 55ef71c5e7
2 changed files with 16 additions and 6 deletions
@@ -300,6 +300,10 @@
<div class="title">Client 정보</div>
<table id="client" class="table_row" cellspacing="0">
<colgroup>
<col style="width:20%"/>
<col style="width:80%"/>
</colgroup>
<tr>
<th style="width:20%;">이름</th>
<td><span id="clientName"></span></td>
@@ -392,15 +392,21 @@
<div class="title">사용자 정보</div>
<table class="table_row" cellspacing="0">
<colgroup>
<col style="width:20%"/>
<col style="width:30%"/>
<col style="width:20%"/>
<col style="width:30%"/>
</colgroup>
<tr>
<th style="width:20%;">이메일 아이디</th>
<td style="width:30%;" colspan="3"><span id="loginId"></span></td>
<th>이메일 아이디</th>
<td colspan="3"><span id="loginId"></span></td>
</tr>
<tr>
<th style="width:20%;">이름</th>
<td style="width:30%;"><span id="userName"></span></td>
<th style="width:20%;">권한</th>
<td style="width:30%;"><span id="roleCodeDescription"></span></td>
<th>이름</th>
<td><span id="userName"></span></td>
<th>권한</th>
<td><span id="roleCodeDescription"></span></td>
</tr>
<tr>
<th>핸드폰 번호</th>