|
@@ -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>
|