more ui path updates, resolves #815
parent
7d8df77321
commit
bd54899d3f
|
@ -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;
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
|
@ -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**.
|
||||
|
|
|
@ -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.
|
||||
|
|
|
@ -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"></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 }}
|
||||
|
|
Loading…
Reference in New Issue