Преглед изворни кода

General: Fix for refresh icon in IE browsers, Fixes #657

Torkel Ödegaard пре 11 година
родитељ
комит
db90fa71d4
2 измењених фајлова са 3 додато и 2 уклоњено
  1. 2 1
      CHANGELOG.md
  2. 1 1
      src/app/panels/timepicker/module.html

+ 2 - 1
CHANGELOG.md

@@ -1,9 +1,10 @@
 # 1.7.0 (unreleased)
 # 1.7.0 (unreleased)
 
 
 **Fixes**
 **Fixes**
-- [Issue #655](https://github.com/grafana/grafana/issues/655). General: Auto refresh not initiated / started after dashboard loading
 - [Issue #652](https://github.com/grafana/grafana/issues/652). Timepicker: Entering custom date range impossible when refresh is low (now is constantly reset)
 - [Issue #652](https://github.com/grafana/grafana/issues/652). Timepicker: Entering custom date range impossible when refresh is low (now is constantly reset)
 - [Issue #450](https://github.com/grafana/grafana/issues/450). Graph: Tooltip does not disappear sometimes and would get stuck
 - [Issue #450](https://github.com/grafana/grafana/issues/450). Graph: Tooltip does not disappear sometimes and would get stuck
+- [Issue #655](https://github.com/grafana/grafana/issues/655). General: Auto refresh not initiated / started after dashboard loading
+- [Issue #657](https://github.com/grafana/grafana/issues/657). General: Fix for refresh icon in IE browsers
 
 
 # 1.7.0-rc1 (2014-08-05)
 # 1.7.0-rc1 (2014-08-05)
 
 

+ 1 - 1
src/app/panels/timepicker/module.html

@@ -48,7 +48,7 @@
 
 
       </li>
       </li>
       <li ng-show="!dashboard.refresh" class="grafana-menu-refresh">
       <li ng-show="!dashboard.refresh" class="grafana-menu-refresh">
-        <a class="icon-refresh" ng-click="dashboard.emit_refresh()"></a>
+        <a ng-click="dashboard.emit_refresh()"><i class="icon-refresh"></i></a>
       </li>
       </li>
     </ul>
     </ul>