fix case where timeshift and time override is used
This commit is contained in:
@@ -140,7 +140,7 @@ export const applyPanelTimeOverrides = (
|
||||
}
|
||||
|
||||
const timeShift = '-' + timeShiftInterpolated;
|
||||
newTimeData.timeInfo = ' timeshift ' + timeShift;
|
||||
newTimeData.timeInfo += ' timeshift ' + timeShift;
|
||||
newTimeData.timeRange = {
|
||||
from: dateMath.parseDateMath(timeShift, timeRange.from, false),
|
||||
to: dateMath.parseDateMath(timeShift, timeRange.to, true),
|
||||
|
||||
Reference in New Issue
Block a user