Skip to content

Commit

Permalink
Merge pull request #790 from kmschoep-usgs/AQCU-1580
Browse files Browse the repository at this point in the history
AQCU-1580: Add "period" to derivation chain popup info per node.
  • Loading branch information
kmschoep-usgs committed Apr 10, 2018
2 parents dae2862 + 6bc4983 commit 7932f37
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 0 deletions.
2 changes: 2 additions & 0 deletions inst/templates/derivationchain/custom.js
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,7 @@ var makeNode = function(nodeList, nodeData, insertedNodes) {
sublocation: nodeData.sublocation,
timeSeriesType: nodeData.timeSeriesType,
computation: nodeData.computation,
period: nodeData.period,
processorType: nodeData.processorType,
publish: nodeData.publish,
primary: nodeData.primary,
Expand Down Expand Up @@ -281,6 +282,7 @@ var makeDerivationCurve = function(forDateString) {
{ display: "Sublocation", value: n.data('sublocation') || "" },
{ display: "Type", value: n.data('timeSeriesType') || "" },
{ display: "Computation", value: n.data('computation') || "" },
{ display: "Period", value: n.data('period') || "" },
{ display: "Processor", value: n.data('processorType') || "" },
{ display: "Publish", value: n.data('publish') || "" },
{ display: "Primary", value: n.data('primary') || "" }
Expand Down
20 changes: 20 additions & 0 deletions man/makeGapsInclusiveIfStatistic.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 7932f37

Please sign in to comment.