mirror of
https://github.com/apache/skywalking-booster-ui.git
synced 2025-05-02 07:04:00 +00:00
fix: time range when generate link (#453)
This commit is contained in:
parent
79ec865ee7
commit
012ae1db6c
@ -126,7 +126,7 @@ limitations under the License. -->
|
|||||||
opt.auto = Number(f.value) * 60 * 60 * 1000;
|
opt.auto = Number(f.value) * 60 * 60 * 1000;
|
||||||
}
|
}
|
||||||
if (f.step === TimeType.DAY_TIME) {
|
if (f.step === TimeType.DAY_TIME) {
|
||||||
opt.auto = Number(f.value) * 60 * 60 * 60 * 1000;
|
opt.auto = Number(f.value) * 24 * 60 * 60 * 1000;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
const config = JSON.stringify(opt);
|
const config = JSON.stringify(opt);
|
||||||
|
Loading…
Reference in New Issue
Block a user