Просмотр исходного кода

Fixes #106. Css fix for Firefox and using top menu dropdowns in panel fullscren / edit mode

Torkel Ödegaard 11 лет назад
Родитель
Сommit
6795383461

+ 2 - 0
CHANGELOG.md

@@ -4,6 +4,8 @@
 - Fix when adding functions without params that did not cause graph to update (Issue #267)
 - Graphite errors are now much easier to see and troubleshoot with the new inspector (Issue #265)
 - Use influxdb aliases to distinguish between multiple columns (Issue #283)
+- Correction to ms axis formater, now formats days correctly. (Issue #189)
+- Css fix for Firefox and using top menu dropdowns in panel fullscren / edit mode (Issue #106)
 
 # 1.5.2 (2013-03-24)
 ### New Features and improvements

Разница между файлами не показана из-за своего большого размера
+ 0 - 0
src/css/bootstrap.dark.min.css


Разница между файлами не показана из-за своего большого размера
+ 0 - 0
src/css/bootstrap.light.min.css


+ 1 - 1
src/css/less/grafana.less

@@ -130,7 +130,7 @@
 }
 
 .panel-fullscreen {
-  z-index: 1500;
+  z-index: 100;
   display: block !important;
   position: fixed;
   left: 0px;

+ 1 - 0
tasks/options/connect.js

@@ -3,6 +3,7 @@ module.exports = function(config) {
     dev: {
       options: {
         port: 5601,
+        hostname: '*',
         base: config.srcDir,
         keepalive: true
       }

Некоторые файлы не были показаны из-за большого количества измененных файлов