-Force update button on dashboard
This commit is contained in:
miroman-afk
2022-01-29 02:42:54 +03:00
parent da51b6ca63
commit 70f5640505
5 changed files with 183 additions and 26 deletions

View File

@@ -1,5 +1,5 @@
<div id="container-floating">
<div class="nd1 nds" data-toggle="tooltip" data-placement="left" title="Обновить" ng-click="update()" style="background-color: #d3a411"
<div class="nd1 nds" data-toggle="tooltip" data-placement="left" title="Обновить" ng-click="updateData()" style="background-color: #d3a411"
onmouseenter="$(this).tooltip('show')">
<i class="material-icons">&#xE5D5;</i>
</div>

Binary file not shown.

Before

Width:  |  Height:  |  Size: 28 KiB

View File

@@ -1,22 +0,0 @@
<div class="modal-dialog modal-lg">
<div class="modal-content">
<div class="modal-header">
<h5 class="modal-title">Выберите диапазон дат для повторной выгрузки файлов реализаций</h5>
</div>
<div class="modal-body text-center p-lg" style="height: 366px">
<div style="position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 9999;
background-image: url('../views/shifts/images/350.gif');
background-repeat: no-repeat;
background-color: #FFF;
background-position: center;"></div>
</div>
</div>
</div>