Files
waf-platform/EdgeAdmin/web/views/@default/httpdns/runtimeLogs/index.js
2026-02-27 10:35:22 +08:00

10 lines
206 B
JavaScript

Tea.context(function () {
this.clusterId = "";
this.nodeId = "";
this.$delay(function () {
teaweb.datepicker("day-from-picker");
teaweb.datepicker("day-to-picker");
});
});