mirror of
https://github.com/hasura/graphql-engine.git
synced 2024-12-15 09:22:43 +03:00
open secure-your-endpoint docs in new tab from console (#2709)
This commit is contained in:
parent
2aa66ca6f5
commit
ffbdabf2d0
@ -222,7 +222,11 @@ class Main extends React.Component {
|
||||
adminSecretHtml = (
|
||||
<div className={styles.secureSection}>
|
||||
<OverlayTrigger placement="left" overlay={tooltip.secureEndpoint}>
|
||||
<a href="https://docs.hasura.io/1.0/graphql/manual/deployment/securing-graphql-endpoint.html">
|
||||
<a
|
||||
href="https://docs.hasura.io/1.0/graphql/manual/deployment/securing-graphql-endpoint.html"
|
||||
target="_blank"
|
||||
rel="noopener noreferrer"
|
||||
>
|
||||
<i
|
||||
className={
|
||||
styles.padd_small_right + ' fa fa-exclamation-triangle'
|
||||
|
Loading…
Reference in New Issue
Block a user