Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[v17] Remove Icon tags #52997

Open
wants to merge 1 commit into
base: branch/v17
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 8 additions & 9 deletions docs/pages/connect-your-client/introduction.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -135,9 +135,9 @@ terminal environment.
</TabItem>
<TabItem label="Web UI">

From the <Icon name="server" size="sm" inline/> **Servers** menu, the Teleport
Web UI will list all servers your user has permission to access. The **CONNECT**
button will open a new tab with a terminal emulator to provide access to that server.
From the **Servers** menu, the Teleport Web UI will list all servers your user
has permission to access. The **CONNECT** button will open a new tab with a
terminal emulator to provide access to that server.

</TabItem>
</Tabs>
Expand Down Expand Up @@ -186,9 +186,8 @@ open a terminal in a new tab and authenticate to the cluster. You can then run
</TabItem>
<TabItem label="Web UI">

In the Teleport Web UI, click the <Icon name="kubernetes" size="sm" inline/>
**Kubernetes** tab. You will see a list of Kubernetes clusters your Teleport
user is authorized to connect to.
In the Teleport Web UI, click the **Kubernetes** tab. You will see a list of
Kubernetes clusters your Teleport user is authorized to connect to.

![Available Kubernetes clusters](../../img/use-teleport/kubernetes-clusters.png)

Expand Down Expand Up @@ -312,8 +311,8 @@ initiate a CLI connection inside Teleport Connect:
<TabItem label="Web UI">

The Teleport Web UI cannot provide direct connections to databases, but it will
list those that are accessible to your user under <Icon name="database" size="sm" inline/>
**Databases** and provide `tsh` commands to connect from your local terminal environment.
list those that are accessible to your user under **Databases** and provide
`tsh` commands to connect from your local terminal environment.

</TabItem>
</Tabs>
Expand All @@ -324,7 +323,7 @@ Desktop access is available through the Teleport Web UI.

1. In your browser, navigate to your Teleport cluster (for example,
`https://example.teleport.sh`).
1. From the menu on the right, select <Icon name="desktop" inline size="sm"/> **Desktops**.
1. From the menu on the right, select **Desktops**.
1. Next to the desktop you want to access, click **CONNECT**. Select
or type in a username available to your Teleport user.
1. Teleport will open a new browser tab or window and begin the RDP session.
Expand Down
56 changes: 0 additions & 56 deletions docs/pages/includes/icons-table.mdx

This file was deleted.

Loading