mirror of https://github.com/apache/druid.git
Fix web-console snapshots (#13408)
* Fix web-console snapshots * Revert changes to package and package-lock.json
This commit is contained in:
parent
0c6681517c
commit
35580fe74d
|
@ -325,7 +325,7 @@ exports[`HeaderBar matches snapshot 1`] = `
|
||||||
<Blueprint4.MenuItem
|
<Blueprint4.MenuItem
|
||||||
active={false}
|
active={false}
|
||||||
disabled={false}
|
disabled={false}
|
||||||
href="https://druid.apache.org/docs/latest"
|
href="https://druid.apache.org/docs/25.0.0"
|
||||||
icon="th"
|
icon="th"
|
||||||
multiline={false}
|
multiline={false}
|
||||||
popoverProps={Object {}}
|
popoverProps={Object {}}
|
||||||
|
|
|
@ -63,7 +63,7 @@ exports[`RetentionDialog matches snapshot 1`] = `
|
||||||
Druid uses rules to determine what data should be retained in the cluster. The rules are evaluated in order from top to bottom. For more information please refer to the
|
Druid uses rules to determine what data should be retained in the cluster. The rules are evaluated in order from top to bottom. For more information please refer to the
|
||||||
|
|
||||||
<a
|
<a
|
||||||
href="https://druid.apache.org/docs/latest/operations/rule-configuration.html"
|
href="https://druid.apache.org/docs/25.0.0/operations/rule-configuration.html"
|
||||||
rel="noopener noreferrer"
|
rel="noopener noreferrer"
|
||||||
target="_blank"
|
target="_blank"
|
||||||
>
|
>
|
||||||
|
|
|
@ -9,7 +9,7 @@ exports[`ExecutionErrorPane matches snapshot 1`] = `
|
||||||
className="error-message-text"
|
className="error-message-text"
|
||||||
>
|
>
|
||||||
<Memo(ExternalLink)
|
<Memo(ExternalLink)
|
||||||
href="https://druid.apache.org/docs/latest/multi-stage-query/concepts.html#error-codes"
|
href="https://druid.apache.org/docs/25.0.0/multi-stage-query/concepts.html#error-codes"
|
||||||
>
|
>
|
||||||
TooManyWarnings
|
TooManyWarnings
|
||||||
</Memo(ExternalLink)>
|
</Memo(ExternalLink)>
|
||||||
|
|
Loading…
Reference in New Issue