Screenshot changes in several docs (#170)

This commit is contained in:
juliaroesschen
2024-03-20 19:17:32 +01:00
committed by GitHub
parent a3eb5be0f8
commit 4af7db28a6
21 changed files with 32 additions and 33 deletions

View File

@@ -8,7 +8,7 @@ Every new network has this feature enabled, and the expiration period is set to
This feature is only applied to peers added with the [interactive SSO login feature](/how-to/installation#running-net-bird-with-sso-login). Peers, added with a setup key, won't be affected.
</Note>
Expired peers will appear in the peers' view with the status `needs login`.
Expired peers will appear in the peers' view with the status `Login required`.
<p>
<img src="/docs-static/img/how-to-guides/peer-needs-login.png" alt="peer-needs-login.png" className="imagewrapper"/>
@@ -16,7 +16,7 @@ Expired peers will appear in the peers' view with the status `needs login`.
## Configure and disable expiration
The expiration period can be set to anything between one hour and 180 days.
Go to the Web UI Settings tab and set the desired period in the Authentication section.
Go to the Web UI `Settings` tab and set the desired period in the Authentication section.
You can also disable the expiration for the whole network in the same section.
<p>
@@ -33,7 +33,7 @@ You can also disable the expiration for the whole network in the same section.
Sometimes, you might want to disable peer expiration for some peers.
With NetBird you can disable login expiration per peer without disabling expiration globally.
In the Peers tab of the web UI click on the peer you want to disable expiration for and use the Login Expiration switch.
Peers with `expiration disabled` will be marked with a corresponding label in the peers' table.
Peers with `Expiration disabled` will be marked with a corresponding label in the Peers table.
<p>
<img src="/docs-static/img/how-to-guides/individual-peer-login-expiration.png" alt="peer-login-expiration" className="imagewrapper"/>