Bläddra i källkod

新增简单的登录功能

liukx 3 år sedan
förälder
incheckning
f63ab42603

+ 1 - 1
jay-monitor-data-server/src/main/resources/templates/trace/mqList.html

@@ -323,7 +323,7 @@
             elem: '#d_date'
             , format: 'yyyy-MM-dd'
             , isInitValue: true
-            , min: -30
+            , min: -100
             , max: 0
             , value: new Date()
         });

+ 1 - 1
jay-monitor-data-server/src/main/resources/templates/trace/sqlList.html

@@ -301,7 +301,7 @@
             elem: '#d_date'
             , format: 'yyyy-MM-dd'
             , isInitValue: true
-            , min: -7
+            , min: -100
             , max: 0
             , value: new Date()
         });

+ 1 - 1
jay-monitor-data-server/src/main/resources/templates/trace/urlList.html

@@ -244,7 +244,7 @@
             elem: '#d_date'
             , format: 'yyyy-MM-dd'
             , isInitValue: true
-            , min: -7
+            , min: -100
             , max: 0
             , value: new Date()
         });