Sfoglia il codice sorgente

푸시 발송 목록 페이지 정기적 자동 리플레시 기능 삭제 수동 리플레시 버튼 추가
발송후 로딩아이콘 표시 대신 발송중입니다. 문구로 변경

huiwonseo 4 anni fa
parent
commit
213a0eefef
1 ha cambiato i file con 6 aggiunte e 3 eliminazioni
  1. 6 3
      src/main/webapp/WEB-INF/jsp/push/list.jsp

+ 6 - 3
src/main/webapp/WEB-INF/jsp/push/list.jsp

@@ -130,7 +130,7 @@ $( function(){
     });
     
     // 즉시발송건 존재할경우 5초마다 새로고침
-    setInterval(sendDirectCheck, 5000);
+    // setInterval(sendDirectCheck, 5000);
     
     // modal hide event
     $('#sendResultList').on('hide.bs.modal', function () {
@@ -443,6 +443,9 @@ function pushDetail( t ){
                                         <div class="col-6">전체 :<fmt:formatNumber value="${total}" pattern="#,###" />
                                         </div>
                                         <div class="col-6 text-right">
+                                            <button type="button" id="playButton" class="playPause btn btn-dark" onclick="location.reload();">
+                                              <i class="fas fa-sync-alt" style="width: 14px"></i>
+                                            </button>
                                             <button class="btn btn-secondary" onclick="location.href='./schedule/list';">예약 푸시 현황</button>
                                             <c:if test="${role._CREATE eq 'Y'}">
                                                 <button class="btn btn-primary" onclick="location.href='./send';">신규 푸시 발송</button>
@@ -518,8 +521,8 @@ function pushDetail( t ){
                                                         
                                                         <c:if test="${pl.sendState eq 'W'}">
                                                             <td colspan="6">
-                                                            <div class="send-loading align-bottom spinner-border text-primary" role="status">
-                                                                <span class="sr-only">Loading...</span>
+                                                            <div class="text-dark" role="status" style="font-weight: 600;">
+                                                              발송중입니다.
                                                             </div>
                                                             </td>
                                                         </c:if>