Back to Influxdb

Modals

layouts/partials/footer/modals.html

latest608 B
Original Source

{{ $inStdlib := and (in .Page.RelPermalink "/flux/v0/stdlib/") (ne .Page.RelPermalink "/flux/v0/stdlib/") (ne .Page.RelPermalink "/flux/v0/stdlib/all-functions/") }}

{{ partial "footer/modals/influxdb-url.html" . }} {{ partial "footer/modals/influxdb-version-detector.html" . }} {{ partial "footer/modals/page-feedback.html" . }} {{ if or (.Page.HasShortcode "influxdb/custom-timestamps") (.Page.HasShortcode "influxdb/custom-timestamps-span") }} {{ partial "footer/modals/influxdb-gs-date-select.html" . }} {{ end }} {{ if $inStdlib }} {{ partial "footer/modals/flux-influxdb-versions.html" . }} {{ end }}