Explorar el Código

Merge pull request #601 from bleskes/feature/refresh_button

added a refresh button if not in auto refresh
Rashid Khan hace 12 años
padre
commit
0f97615ae3
Se han modificado 1 ficheros con 3 adiciones y 0 borrados
  1. 3 0
      src/app/panels/timepicker/module.html

+ 3 - 0
src/app/panels/timepicker/module.html

@@ -47,6 +47,9 @@
         </ul>
 
       </li>
+      <li ng-show="!dashboard.current.refresh">
+        <a class="icon-refresh" ng-click="dashboard.refresh()"></a>
+      </li>
     </ul>
 
   </form>