Fix: add table title

This commit is contained in:
2019-04-17 09:34:33 +09:00
parent 1584ea6df1
commit 5ff2c8b2f2
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -178,8 +178,8 @@
<label class="col-form-label col-sm text-center">마에스트로 아이디</label> <label class="col-form-label col-sm text-center">마에스트로 아이디</label>
<label class="col-form-label col-sm text-center">계정 타입</label> <label class="col-form-label col-sm text-center">계정 타입</label>
<label class="col-form-label col-sm text-center">등록 날짜</label> <label class="col-form-label col-sm text-center">등록 날짜</label>
<label class="col-form-label col-sm-1 text-center"></label> <label class="col-form-label col-sm-1 text-center">승인</label>
<label class="col-form-label col-sm-1 text-center"></label> <label class="col-form-label col-sm-1 text-center">삭제</label>
</div> </div>
<div id="maestro_list_result_contents"></div> <div id="maestro_list_result_contents"></div>
</form> </form>
+1 -1
View File
@@ -227,7 +227,7 @@
<label class="col-form-label col-sm text-center">추가 금액</label> <label class="col-form-label col-sm text-center">추가 금액</label>
<label class="col-form-label col-sm text-center">요청 날짜</label> <label class="col-form-label col-sm text-center">요청 날짜</label>
<label class="col-form-label col-sm text-center">상태</label> <label class="col-form-label col-sm text-center">상태</label>
<label class="col-form-label col-sm-1 text-center"></label> <label class="col-form-label col-sm-1 text-center">승인</label>
</div> </div>
<div id="maestro_list_result_contents"></div> <div id="maestro_list_result_contents"></div>
</form> </form>