From dbccdd9acc41bfcfb646a352c48c9cfba5e527fd Mon Sep 17 00:00:00 2001 From: Scott Anderson Date: Wed, 8 Apr 2020 17:02:23 -0600 Subject: [PATCH] updated org nav workflows --- assets/styles/layouts/_inline-icons.scss | 2 +- .../organizations/buckets/create-bucket.md | 11 ++++----- .../organizations/buckets/delete-bucket.md | 9 ++++---- .../organizations/buckets/update-bucket.md | 23 +++++++++---------- .../organizations/buckets/view-buckets.md | 7 +++--- content/v2.0/organizations/create-org.md | 9 ++++---- content/v2.0/organizations/delete-org.md | 4 ++-- .../v2.0/organizations/members/add-member.md | 6 ++--- .../organizations/members/remove-member.md | 9 ++++---- .../organizations/members/view-members.md | 6 ++--- content/v2.0/organizations/switch-org.md | 6 ++--- content/v2.0/organizations/update-org.md | 13 +++++------ content/v2.0/organizations/view-orgs.md | 22 ++++++++++++++---- 13 files changed, 66 insertions(+), 61 deletions(-) diff --git a/assets/styles/layouts/_inline-icons.scss b/assets/styles/layouts/_inline-icons.scss index 5c81ed87c..e4b45a293 100644 --- a/assets/styles/layouts/_inline-icons.scss +++ b/assets/styles/layouts/_inline-icons.scss @@ -117,7 +117,7 @@ .acct-label { .username { color: $g16-pearl; font-weight: $medium; font-size: .85rem; line-height: 1.2rem; } - .orgname { color: $g11-sidewalk; font-size: .75rem; } + .orgname { color: $g11-sidewalk; font-size: .75rem; line-height: .75rem; } } &.small { diff --git a/content/v2.0/organizations/buckets/create-bucket.md b/content/v2.0/organizations/buckets/create-bucket.md index 3a01c65f8..07942f175 100644 --- a/content/v2.0/organizations/buckets/create-bucket.md +++ b/content/v2.0/organizations/buckets/create-bucket.md @@ -14,14 +14,13 @@ to create a bucket. ## Create a bucket in the InfluxDB UI -1. Click **Load Data** in the navigation bar. +1. In the navigation menu on the left, select **Data (Load Data)** > **Buckets**. - {{< nav-icon "load data" >}} + {{< nav-icon "data" >}} -2. Select **Buckets**. -3. Click **{{< icon "plus" >}} Create Bucket** in the upper right. -4. Enter a **Name** for the bucket. -5. Select when to **Delete Data**: +2. Click **{{< icon "plus" >}} Create Bucket** in the upper right. +3. Enter a **Name** for the bucket. +4. Select when to **Delete Data**: - **Never** to retain data forever. - **Older than** to choose a specific retention policy. 5. Click **Create** to create the bucket. diff --git a/content/v2.0/organizations/buckets/delete-bucket.md b/content/v2.0/organizations/buckets/delete-bucket.md index ab3ce6111..659baa745 100644 --- a/content/v2.0/organizations/buckets/delete-bucket.md +++ b/content/v2.0/organizations/buckets/delete-bucket.md @@ -14,13 +14,12 @@ to delete a bucket. ## Delete a bucket in the InfluxDB UI -1. Click **Load Data** in the navigation bar. +1. In the navigation menu on the left, select **Data (Load Data)** > **Buckets**. - {{< nav-icon "load data" >}} + {{< nav-icon "data" >}} -2. Select **Buckets**. -3. Hover over the bucket you would like to delete. -4. Click **{{< icon "delete" >}} Delete Bucket** and **Confirm** to delete the bucket. +2. Hover over the bucket you would like to delete. +3. Click **{{< icon "delete" >}} Delete Bucket** and **Confirm** to delete the bucket. ## Delete a bucket using the influx CLI diff --git a/content/v2.0/organizations/buckets/update-bucket.md b/content/v2.0/organizations/buckets/update-bucket.md index ea9499252..cfb5933e1 100644 --- a/content/v2.0/organizations/buckets/update-bucket.md +++ b/content/v2.0/organizations/buckets/update-bucket.md @@ -24,25 +24,24 @@ If you change a bucket name, be sure to update the bucket in the above places as ## Update a bucket's name in the InfluxDB UI -1. Click **Load Data** in the navigation bar. +1. In the navigation menu on the left, select **Data (Load Data)** > **Buckets**. - {{< nav-icon "load data" >}} + {{< nav-icon "data" >}} -2. Select **Buckets**. -3. Click **Rename** under the bucket you want to rename. -4. Review the information in the window that appears and click **I understand, let's rename my bucket**. -5. Update the bucket's name and click **Change Bucket Name**. +2. Click **Settings** under the bucket you want to rename. +3. Click **Rename**. +3. Review the information in the window that appears and click **I understand, let's rename my bucket**. +4. Update the bucket's name and click **Change Bucket Name**. ## Update a bucket's retention policy in the InfluxDB UI -1. Click **Load Data** in the navigation bar. +1. In the navigation menu on the left, select **Data (Load Data)** > **Buckets**. - {{< nav-icon "load data" >}} + {{< nav-icon "data" >}} -2. Select **Buckets**. -3. Click the name of the bucket you want to update from the list. -4. In the window that appears, edit the bucket's retention policy. -5. Click **Save Changes**. +2. Click **Settings** next to the bucket you want to update. +3. In the window that appears, edit the bucket's retention policy. +4. Click **Save Changes**. ## Update a bucket using the influx CLI diff --git a/content/v2.0/organizations/buckets/view-buckets.md b/content/v2.0/organizations/buckets/view-buckets.md index c5129b0d5..b0d001b00 100644 --- a/content/v2.0/organizations/buckets/view-buckets.md +++ b/content/v2.0/organizations/buckets/view-buckets.md @@ -11,12 +11,11 @@ weight: 202 ## View buckets in the InfluxDB UI -1. Click **Load Data** in the navigation bar. +1. In the navigation menu on the left, select **Data (Load Data)** > **Buckets**. - {{< nav-icon "load data" >}} + {{< nav-icon "data" >}} -2. Select **Buckets**. -3. Click a bucket to open it **Data Explorer**. +2. Click a bucket to open it **Data Explorer**. ## View buckets using the influx CLI diff --git a/content/v2.0/organizations/create-org.md b/content/v2.0/organizations/create-org.md index b4131e978..d82a8ae67 100644 --- a/content/v2.0/organizations/create-org.md +++ b/content/v2.0/organizations/create-org.md @@ -13,17 +13,18 @@ Use the InfluxDB user interface (UI) or the `influx` command line interface (CLI to create an organization. {{% cloud-msg %}} -You cannot currently create additional organizations in {{< cloud-name >}}. Only the default organization is available. +You cannot currently create additional organizations in {{< cloud-name >}}. +Only the default organization is available. {{% /cloud-msg %}} ## Create an organization in the InfluxDB UI -1. Click the **Influx** icon in the navigation bar. +1. In the navigation menu on the left, click the **Account dropdown**. - {{< nav-icon "admin" >}} + {{< nav-icon "account" >}} 2. Select **Create Organization**. -3. In the window that appears, enter a name for the organization and associated bucket and click **Create**. +3. In the window that appears, enter an **Organization Name** and **Bucket Name** and click **Create**. ## Create an organization using the influx CLI diff --git a/content/v2.0/organizations/delete-org.md b/content/v2.0/organizations/delete-org.md index ff4829ce2..bf44096cf 100644 --- a/content/v2.0/organizations/delete-org.md +++ b/content/v2.0/organizations/delete-org.md @@ -15,9 +15,9 @@ to delete an organization. diff --git a/content/v2.0/organizations/members/remove-member.md b/content/v2.0/organizations/members/remove-member.md index 9ec3a55f5..1bbe3e99b 100644 --- a/content/v2.0/organizations/members/remove-member.md +++ b/content/v2.0/organizations/members/remove-member.md @@ -20,13 +20,12 @@ For information about deleting a user from InfluxDB, see [Delete a user](/v2.0/u ## Remove a member from an organization in the InfluxDB UI -1. Click **Settings** in the left navigation bar. +1. In the navigation menu on the left, select **Org (Organization)** > **Members**. - {{< nav-icon "settings" >}} + {{< nav-icon "org" >}} -2. Select **Members**. -3. Hover over the member you would like to delete and click the **{{< icon "delete" >}}** icon. -4. Click **Delete**. +2. Hover over the member you would like to delete and click the **{{< icon "delete" >}}** icon. +3. Click **Delete**. ## Remove a member from an organization using the influx CLI diff --git a/content/v2.0/organizations/members/view-members.md b/content/v2.0/organizations/members/view-members.md index 1cdc5b444..ec9e78701 100644 --- a/content/v2.0/organizations/members/view-members.md +++ b/content/v2.0/organizations/members/view-members.md @@ -14,11 +14,9 @@ to view members of an organization. ## View members of organization in the InfluxDB UI -* Click the **Settings** tab in the navigation bar. +In the navigation menu on the left, select **Org (Organization)** > **Members**. - {{< nav-icon "settings" >}} - -* Click the name of an organization, then select the **Members** tab. The list of organization members appears. +{{< nav-icon "org" >}} ## View members of organization using the influx CLI diff --git a/content/v2.0/organizations/switch-org.md b/content/v2.0/organizations/switch-org.md index f09113d19..8477441f0 100644 --- a/content/v2.0/organizations/switch-org.md +++ b/content/v2.0/organizations/switch-org.md @@ -13,9 +13,9 @@ Use the InfluxDB user interface (UI) to switch from one organization to another. ## Switch organizations in the InfluxDB UI -1. Click the **Influx** icon in the navigation bar. +1. In the navigation menu on the left, click the **Account dropdown**. - {{< nav-icon "admin" >}} + {{< nav-icon "account" >}} -2. Select **Switch Organizations**. The list of organizations appears. +2. Select **Switch Organizations**. 3. Click the organization you want to switch to. diff --git a/content/v2.0/organizations/update-org.md b/content/v2.0/organizations/update-org.md index fc4fbf834..ec1354464 100644 --- a/content/v2.0/organizations/update-org.md +++ b/content/v2.0/organizations/update-org.md @@ -23,15 +23,14 @@ If you change an organization name, be sure to update the organization in the ab ## Update an organization in the InfluxDB UI -1. Click the **Settings** icon in the navigation bar. +1. In the navigation menu on the left, click the **Org (Organization)** > **About**. - {{< nav-icon "settings" >}} + {{< nav-icon "org" >}} -2. Click the **Org Profile** tab. -3. Click **Rename**. -4. In the window that appears, review the information and click **I understand, let's rename my organization**. -5. Enter a new name for your organization. -6. Click **Change organization name**. +2. Click **{{< icon "edit" >}} Rename**. +3. In the window that appears, review the information and click **I understand, let's rename my organization**. +4. Enter a new name for your organization. +5. Click **Change organization name**. ## Update an organization using the influx CLI diff --git a/content/v2.0/organizations/view-orgs.md b/content/v2.0/organizations/view-orgs.md index a8dd4bf4d..1739b8ade 100644 --- a/content/v2.0/organizations/view-orgs.md +++ b/content/v2.0/organizations/view-orgs.md @@ -14,12 +14,11 @@ to view organizations. ## View organizations in the InfluxDB UI -* Click the **Influx** icon in the navigation bar. +1. In the navigation menu on the left, click the **Account dropdown**. - {{< nav-icon "admin" >}} - -* Select **Switch Organizations**. The list of organizations appears. + {{< nav-icon "account" >}} +2. Select **Switch Organizations**. The list of organizations appears. ## View organizations using the influx CLI @@ -40,9 +39,24 @@ Use the InfluxDB UI or `influx` CLI to view your organization ID. ### Organization ID in the UI After logging in to the InfluxDB UI, your organization ID appears in the URL. +{{< code-tabs-wrapper >}} +{{% code-tabs %}} +[InfluxDB Cloud](#) +[InfluxDB OSS](#) +{{% /code-tabs %}} +{{< code-tab-content >}} +
+https://us-west-2-1.aws.cloud2.influxdata.com/orgs/03a2bbf46249a000/...
+
+{{< /code-tab-content >}} +{{< code-tab-content >}}
 http://localhost:9999/orgs/03a2bbf46249a000/...
 
+{{< /code-tab-content >}} +{{< /code-tabs-wrapper >}} + +_For specific InfluxDB Cloud provider and region URLs, see [InfluxDB Cloud URLs](/v2.0/cloud/urls/)._ ### Organization ID in the CLI