more ui path updates, resolves #815

pull/865/head
Scott Anderson 2020-03-25 16:38:13 -06:00
parent 7d8df77321
commit bd54899d3f
5 changed files with 20 additions and 6 deletions

View File

@ -28,11 +28,13 @@
position: relative;
width: 28px;
height: 16px;
background: $b-pool;
border-radius: .7rem;
vertical-align: text-top;
margin-top: 2px;
&.blue { background: $b-pool; }
&.green { background: $gr-viridian; }
.circle {
display: inline-block;
position: absolute;

View File

@ -16,7 +16,7 @@ weight: 202
{{< nav-icon "load data" >}}
2. Select **Buckets**.
3. Click on a bucket to view details.
3. Click on a bucket to open the **Data Explorer** with the bucket selected.
## View buckets using the influx CLI

View File

@ -21,9 +21,10 @@ command line interface (CLI).
{{< nav-icon "disks" >}}
2. Click **Tokens**.
3. Click the **+ Generate** dropdown in the upper right and select a token type (**Read/Write Token** or **All Access Token**).
3. Click **{{< icon "plus" >}} Generate** and select a token type
(**Read/Write Token** or **All Access Token**).
4. In the window that appears, enter a description for your token in the **Description** field.
5. If you're generating a read/write token:
5. If generating a **read/write token**:
- Search for and select buckets to read from in the **Read** pane.
- Search for and select buckets to write to in the **Write** pane.
5. Click **Save**.

View File

@ -22,3 +22,12 @@ Update an authentication token's description using the InfluxDB user interface (
2. Click **Tokens**. All of your account's tokens appear.
3. Click the pencil icon {{< icon "pencil" >}} next to the token's name in the **Description** column.
4. Update the token description, then click anywhere else to save.
## Enable or disable a token
1. Click the **Load Data** icon in the navigation bar.
{{< nav-icon "disks" >}}
2. Click **Tokens**. All of your account's tokens appear.
3. Click the **{{< icon "toggle-green" >}} Status** toggle.

View File

@ -60,6 +60,8 @@
<span class="inline icon-ui-eye-closed large"></span>
{{ else if eq $icon "add-label" }}
<span class="inline add-btn-round">&#59696;</span>
{{ else if eq $icon "toggle" }}
<span class="inline ui-toggle"><span class="circle"></span></span>
{{ else if or (eq $icon "toggle") (eq $icon "toggle-blue") }}
<span class="inline ui-toggle blue"><span class="circle"></span></span>
{{ else if eq $icon "toggle-green" }}
<span class="inline ui-toggle green"><span class="circle"></span></span>
{{ end }}