jihoonson commented on a change in pull request #6414: Period
load/drop/broadcast rules should include the future by default
URL: https://github.com/apache/incubator-druid/pull/6414#discussion_r229483926
##########
File path: server/src/main/resources/static/old-console/js/rules-0.0.2.js
##########
@@ -114,6 +114,7 @@ function makeLoadByInterval(rule) {
function makeLoadByPeriod(rule) {
var retVal = "";
retVal += "<span class='rule_label'>period</span><input type='text'
name='period' " + "value='" + rule.period + "'/>";
+ retVal += "<span class='rule_label'>includeFuture</span><input type='text'
name='includeFuture' " + "value='" + true + "'/>";
Review comment:
This looks a legacy UI. Do you have a plan to update the recent UI as well?
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]