diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 766667cc3..d086957b8 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -277,6 +277,81 @@ There is also a special use-case designed for listing Flux functions using the ` {{< children type="functions" >}} ``` +### Inline icons +The `icon` shortcode allows you to inject icons in paragraph text. +It's meant to clarify references to specific elements in the InfluxDB user interface. + +``` +{{< icon "icon-name" >}} +``` + +Below is a list of available icons (some are aliases): + +- add-cell +- add-label +- alert +- calendar +- checkmark +- clone +- cog +- config +- copy +- dashboard +- dashboards +- data-explorer +- download +- duplicate +- edit +- expand +- export +- fullscreen +- gear +- graph +- influx +- influx-icon +- nav-admin +- nav-config +- nav-configuration +- nav-dashboards +- nav-data-explorer +- nav-organizations +- nav-orgs +- nav-tasks +- note +- org +- orgs +- pause +- pencil +- play +- plus +- refresh +- remove +- replay +- save-as +- search +- settings +- tasks +- triangle +- wrench +- x + +### InfluxDB UI left navigation icons +In many cases, documentation references an item in the left nav of the InfluxDB UI. +To provide a visual example of the the navigation item using the `nav-icon` shortcode. + +``` +{{< nav-icon "Tasks" >}} +``` + +The following case insensitive values are supported: + +- admin +- data explorer, data-explorer +- dashboards +- tasks +- organizations, orgs +- configuration, config + ### Reference content The InfluxDB documentation is "task-based," meaning content primarily focuses on what a user is **doing**, not what they are **using**. @@ -300,7 +375,7 @@ menu: # ... ``` ### Image naming conventions -Save images using the following naming format: `version-context-description.png`. For example, `2-0-visualizations-line-graph.png` or `2-0-tasks-add-new.png`. Specify a version other than 2.0 only if the image is specific to that version. +Save images using the following naming format: `version-context-description.png`. For example, `2-0-visualizations-line-graph.png` or `2-0-tasks-add-new.png`. Specify a version other than 2.0 only if the image is specific to that version. ## New Versions of InfluxDB Version bumps occur regularly in the documentation. diff --git a/assets/styles/layouts/_inline-icons.scss b/assets/styles/layouts/_inline-icons.scss new file mode 100644 index 000000000..804f13aa2 --- /dev/null +++ b/assets/styles/layouts/_inline-icons.scss @@ -0,0 +1,43 @@ +// Helper styles for inline icons used with the "icon" shortcode +.article--content { + .inline { + &.middle:before { vertical-align: middle; } + &.xsmall:before { font-size: .8rem; } + &.small:before { font-size: .9rem; } + &.large:before { font-size: 1.1rem; } + + &.add-btn-round { + font-family: "icomoon"; + color:#fff; + background:#22adf6; + border-radius:50%; + margin:0 .25rem; + display: inline-block; + vertical-align: text-top; + font-size: .7rem; + width: 20px; + height: 20px; + padding-left: .28rem; + line-height: 1.35rem; + } + } + + .nav-icon { + background: linear-gradient(to right, #50ABEF, #9195f7); + display: inline-block; + padding: .85rem 1rem; + border-radius: 0 5px 5px 0; + font-size: 1.05rem; + margin-bottom: 1rem; + + .icon { + font-size: 1.35rem; + vertical-align: middle; + margin-right: 1.25rem; + } + + strong { + color: $g20-white; + } + } +} diff --git a/assets/styles/layouts/_layout-topnav.scss b/assets/styles/layouts/_layout-topnav.scss index 8b3280e17..a693ea8de 100644 --- a/assets/styles/layouts/_layout-topnav.scss +++ b/assets/styles/layouts/_layout-topnav.scss @@ -51,21 +51,17 @@ transition: right .2s; .selected { - padding: 0 1.5rem 0 .75rem; + padding: 0 1.75rem 0 .75rem; line-height: 0; } &:after { - content: ''; + content: '\e917'; + font-family: 'icomoon'; position: absolute; - top: .75rem; - right: .5rem; - width: 0; - height: 0; - border-style: solid; - border-width: 7px 5px 0 5px; - border-color: $g20-white transparent transparent transparent; - transition: all .4s; + top: .45rem; + right: .4rem; + transition: all .3s; } &.open { diff --git a/assets/styles/styles-default.scss b/assets/styles/styles-default.scss index 6c52d0e2e..c4acfdce2 100644 --- a/assets/styles/styles-default.scss +++ b/assets/styles/styles-default.scss @@ -16,6 +16,7 @@ "layouts/layout-sidebar-toggle", "layouts/layout-content-wrapper", "layouts/layout-article", + "layouts/inline-icons", "layouts/syntax-highlighting", "layouts/algolia-search-overrides", "layouts/layout-landing", diff --git a/assets/styles/tools/_icomoon.scss b/assets/styles/tools/_icomoon.scss index 6f20c90e3..8455fb4ff 100644 --- a/assets/styles/tools/_icomoon.scss +++ b/assets/styles/tools/_icomoon.scss @@ -1,10 +1,10 @@ @font-face { font-family: 'icomoon'; - src: url('fonts/icomoon.eot?rws1o3'); - src: url('fonts/icomoon.eot?rws1o3#iefix') format('embedded-opentype'), - url('fonts/icomoon.ttf?rws1o3') format('truetype'), - url('fonts/icomoon.woff?rws1o3') format('woff'), - url('fonts/icomoon.svg?rws1o3#icomoon') format('svg'); + src: url('fonts/icomoon.eot?9ofj87'); + src: url('fonts/icomoon.eot?9ofj87#iefix') format('embedded-opentype'), + url('fonts/icomoon.ttf?9ofj87') format('truetype'), + url('fonts/icomoon.woff?9ofj87') format('woff'), + url('fonts/icomoon.svg?9ofj87#icomoon') format('svg'); font-weight: normal; font-style: normal; } @@ -24,6 +24,90 @@ -moz-osx-font-smoothing: grayscale; } +.icon-ui-add-cell:before { + content: "\e91f"; +} +.icon-ui-alert:before { + content: "\e920"; +} +.icon-ui-calendar:before { + content: "\e921"; +} +.icon-ui-checkmark:before { + content: "\e922"; +} +.icon-ui-cog-thick:before { + content: "\e923"; +} +.icon-ui-dashboards:before { + content: "\e924"; +} +.icon-ui-data-explorer:before { + content: "\e925"; +} +.icon-ui-download:before { + content: "\e926"; +} +.icon-ui-duplicate:before { + content: "\e927"; +} +.icon-ui-export:before { + content: "\e928"; +} +.icon-ui-fullscreen:before { + content: "\e929"; +} +.icon-ui-influx-icon:before { + content: "\e92a"; +} +.icon-ui-note:before { + content: "\e92b"; +} +.icon-ui-organizations:before { + content: "\e92c"; +} +.icon-ui-pause:before { + content: "\e92d"; +} +.icon-ui-pencil:before { + content: "\e92e"; +} +.icon-ui-play:before { + content: "\e92f"; +} +.icon-ui-plus:before { + content: "\e930"; +} +.icon-ui-refresh:before { + content: "\e931"; +} +.icon-ui-remove:before { + content: "\e932"; +} +.icon-ui-search:before { + content: "\e933"; +} +.icon-ui-triangle:before { + content: "\e935"; +} +.icon-ui-wrench:before { + content: "\e936"; +} +.icon-moon1:before { + content: "\e904"; +} +.icon-sun1:before { + content: "\e906"; +} +.icon-search:before { + content: "\e905"; +} +.icon-influx-logo:before { + content: "\e900"; +} +.icon-influx-logotype:before { + content: "\e901"; +} .icon-alert-triangle:before { content: "\e902"; } @@ -96,39 +180,30 @@ .icon-settings:before { content: "\e914"; } +.icon-triangle:before { + content: "\e937"; +} +.icon-x:before { + content: "\e938"; +} .icon-zoom-in:before { content: "\e915"; } .icon-zoom-out:before { content: "\e916"; } -.icon-moon1:before { - content: "\e904"; -} -.icon-sun1:before { - content: "\e906"; -} -.icon-search:before { - content: "\e905"; -} -.icon-influx-logo:before { - content: "\e900"; -} -.icon-influx-logotype:before { - content: "\e901"; -} .icon-folder-upload:before { content: "\e934"; } .icon-map2:before { content: "\e94c"; } -.icon-cog:before { - content: "\e994"; -} .icon-heart:before { content: "\e9da"; } +.icon-loop2:before { + content: "\ea2e"; +} .icon-tux:before { content: "\eabd"; } diff --git a/content/v2.0/example.md b/content/v2.0/example.md index 5133580dc..ebf232832 100644 --- a/content/v2.0/example.md +++ b/content/v2.0/example.md @@ -11,7 +11,9 @@ draft: true "v2.0/tags": [influxdb] --- -This is a paragraph. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nunc rutrum, metus id scelerisque euismod, erat ante suscipit nibh, ac congue enim risus id est. Etiam tristique nisi et tristique auctor. Morbi eu bibendum erat. Sed ullamcorper, dui id lobortis efficitur, mauris odio pharetra neque, vel tempor odio dolor blandit justo. +This is a paragraph. Lorem ipsum dolor ({{< icon "wrench" >}}) sit amet, consectetur adipiscing elit. Nunc rutrum, metus id scelerisque euismod, erat ante suscipit nibh, ac congue enim risus id est. Etiam tristique nisi et tristique auctor. Morbi eu bibendum erat. Sed ullamcorper, dui id lobortis efficitur, mauris odio pharetra neque, vel tempor odio dolor blandit justo. + +{{< nav-icon "dashboards" >}} ## h2 This is a header2 This is a paragraph. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nunc rutrum, metus id scelerisque euismod, erat ante suscipit nibh, ac congue enim risus id est. Etiam tristique nisi et tristique auctor. Morbi eu bibendum erat. Sed ullamcorper, dui id lobortis efficitur, mauris odio pharetra neque, vel tempor odio dolor blandit justo. diff --git a/content/v2.0/organizations/buckets/create-bucket.md b/content/v2.0/organizations/buckets/create-bucket.md index 451b8f78b..26564f4d9 100644 --- a/content/v2.0/organizations/buckets/create-bucket.md +++ b/content/v2.0/organizations/buckets/create-bucket.md @@ -16,7 +16,7 @@ to create a bucket. 1. Click the **Organizations** tab in the navigation bar. - {{< img-hd src="/img/organizations-icon.png" title="Organizations icon" />}} + {{< nav-icon "orgs" >}} 2. Click on the name of an organization, then select the **Buckets** tab. 3. Click **+ Create Bucket** in the upper right. diff --git a/content/v2.0/organizations/buckets/delete-bucket.md b/content/v2.0/organizations/buckets/delete-bucket.md index 505ef3ec3..e26c21381 100644 --- a/content/v2.0/organizations/buckets/delete-bucket.md +++ b/content/v2.0/organizations/buckets/delete-bucket.md @@ -16,7 +16,7 @@ to delete a bucket. 1. Click the **Organizations** tab in the navigation bar. - {{< img-hd src="/img/organizations-icon.png" title="Organizations icon" />}} + {{< nav-icon "orgs" >}} 2. Click on the name of an organization, then select the **Buckets** tab. 3. Hover over the bucket you would like to delete. diff --git a/content/v2.0/organizations/buckets/update-bucket.md b/content/v2.0/organizations/buckets/update-bucket.md index d9774f084..12a93bf13 100644 --- a/content/v2.0/organizations/buckets/update-bucket.md +++ b/content/v2.0/organizations/buckets/update-bucket.md @@ -16,7 +16,7 @@ to update a bucket. 1. Click the **Organizations** tab in the navigation bar. - {{< img-hd src="/img/organizations-icon.png" title="Organizations icon" />}} + {{< nav-icon "orgs" >}} 2. Click on the name of an organization, then select the **Buckets** tab. All of the organization's buckets appear. 3. To update a bucket's name or retention policy, click the name of the bucket from the list. diff --git a/content/v2.0/organizations/buckets/view-buckets.md b/content/v2.0/organizations/buckets/view-buckets.md index 2dd333e88..03206b89c 100644 --- a/content/v2.0/organizations/buckets/view-buckets.md +++ b/content/v2.0/organizations/buckets/view-buckets.md @@ -13,7 +13,7 @@ weight: 202 1. Click the **Organizations** tab in the navigation bar. - {{< img-hd src="/img/organizations-icon.png" title="Organizations icon" />}} + {{< nav-icon "orgs" >}} 2. Click on the name of an organization, then select the **Buckets** tab. All of the organization's buckets appear. 3. Click on a bucket to view details.= diff --git a/content/v2.0/organizations/create-org.md b/content/v2.0/organizations/create-org.md index 7e591395e..4ba97b5e5 100644 --- a/content/v2.0/organizations/create-org.md +++ b/content/v2.0/organizations/create-org.md @@ -16,7 +16,7 @@ to create an organization. 1. Click the **Organizations** tab in the navigation bar. - {{< img-hd src="/img/organizations-icon.png" title="Organizations icon" />}} + {{< nav-icon "orgs" >}} _Complete content coming soon_ diff --git a/content/v2.0/organizations/delete-org.md b/content/v2.0/organizations/delete-org.md index 3559a0529..18ffb0e95 100644 --- a/content/v2.0/organizations/delete-org.md +++ b/content/v2.0/organizations/delete-org.md @@ -16,8 +16,10 @@ to create an organization. * Click the **Organizations** tab in the navigation bar. - {{< img-hd src="/img/organizations-icon.png" title="Organizations icon" />}} -The list of organizations appears. + {{< nav-icon "orgs" >}} + + The list of organizations appears. + * Hover over an organization's name and click **Delete**. ## Delete an organization using the influx CLI diff --git a/content/v2.0/organizations/members/add-member.md b/content/v2.0/organizations/members/add-member.md index 0036a4bf3..229a04f7e 100644 --- a/content/v2.0/organizations/members/add-member.md +++ b/content/v2.0/organizations/members/add-member.md @@ -17,7 +17,7 @@ to add a member to an organization. 1. Click the **Organizations** tab in the navigation bar. - {{< img-hd src="/img/organizations-icon.png" title="Organizations icon" />}} + {{< nav-icon "orgs" >}} 2. Click on the name of an organization, then select the **Members** tab. diff --git a/content/v2.0/organizations/members/remove-member.md b/content/v2.0/organizations/members/remove-member.md index 267891e5d..a100fb4bb 100644 --- a/content/v2.0/organizations/members/remove-member.md +++ b/content/v2.0/organizations/members/remove-member.md @@ -17,7 +17,7 @@ to remove a member from an organization. 1. Click the **Organizations** tab in the navigation bar. - {{< img-hd src="/img/organizations-icon.png" title="Organizations icon" />}} + {{< nav-icon "orgs" >}} 2. Click on the name of an organization, then select the **Members** tab. diff --git a/content/v2.0/organizations/members/view-members.md b/content/v2.0/organizations/members/view-members.md index 1640137e9..00e2208b4 100644 --- a/content/v2.0/organizations/members/view-members.md +++ b/content/v2.0/organizations/members/view-members.md @@ -16,7 +16,7 @@ to view members of an organization. * Click the **Organizations** tab in the navigation bar. - {{< img-hd src="/img/organizations-icon.png" title="Organizations icon" />}} + {{< nav-icon "orgs" >}} * Click on the name of an organization, then select the **Members** tab. The list of organization members appears. diff --git a/content/v2.0/organizations/update-org.md b/content/v2.0/organizations/update-org.md index adc465b8d..cca2cff16 100644 --- a/content/v2.0/organizations/update-org.md +++ b/content/v2.0/organizations/update-org.md @@ -16,7 +16,7 @@ to update an organization. 1. Click the **Organizations** tab in the navigation bar. - {{< img-hd src="/img/organizations-icon.png" title="Organizations icon" />}} + {{< nav-icon "orgs" >}} 2. Click on the organization you want to update in the list. 3. To update the organization's name, select the **Options** tab. diff --git a/content/v2.0/organizations/view-orgs.md b/content/v2.0/organizations/view-orgs.md index 880751c3c..e466499a2 100644 --- a/content/v2.0/organizations/view-orgs.md +++ b/content/v2.0/organizations/view-orgs.md @@ -16,9 +16,9 @@ to view organizations. * Click the **Organizations** tab in the navigation bar. - {{< img-hd src="/img/organizations-icon.png" title="Organizations icon" />}} + {{< nav-icon "orgs" >}} -The list of organizations appears. + The list of organizations appears. ## View organizations using the influx CLI diff --git a/content/v2.0/process-data/manage-tasks/create-task.md b/content/v2.0/process-data/manage-tasks/create-task.md index 8ec873918..5a0a60412 100644 --- a/content/v2.0/process-data/manage-tasks/create-task.md +++ b/content/v2.0/process-data/manage-tasks/create-task.md @@ -26,7 +26,7 @@ The InfluxDB UI provides multiple ways to create a task: ### Create a task from the Data Explorer 1. Click on the **Data Explorer** icon in the left navigation menu. - {{< img-hd src="/img/data-explorer-icon.png" title="Data Explorer Icon" />}} + {{< nav-icon "data-explorer" >}} 2. Building a query and click **Save As** in the upper right. 3. Select the **Task** option. @@ -39,7 +39,7 @@ The InfluxDB UI provides multiple ways to create a task: ### Create a task in the Task UI 1. Click on the **Tasks** icon in the left navigation menu. - {{< img-hd src="/img/tasks-icon.png" title="Tasks Icon" />}} + {{< nav-icon "tasks" >}} 2. Click **+ Create Task** in the upper right. 3. In the left panel, specify the task options. diff --git a/content/v2.0/process-data/manage-tasks/delete-task.md b/content/v2.0/process-data/manage-tasks/delete-task.md index 0e6ef807d..0125939f7 100644 --- a/content/v2.0/process-data/manage-tasks/delete-task.md +++ b/content/v2.0/process-data/manage-tasks/delete-task.md @@ -14,7 +14,7 @@ weight: 204 ## Delete a task in the InfluxDB UI 1. Click the **Tasks** icon in the left navigation menu. - {{< img-hd src="/img/tasks-icon.png" alt="Tasks Icon" />}} + {{< nav-icon "tasks" >}} 2. In the list of tasks, hover over the task you would like to delete. 3. Click **Delete** on the far right. diff --git a/content/v2.0/process-data/manage-tasks/update-task.md b/content/v2.0/process-data/manage-tasks/update-task.md index 7ac959c08..3604eb7a7 100644 --- a/content/v2.0/process-data/manage-tasks/update-task.md +++ b/content/v2.0/process-data/manage-tasks/update-task.md @@ -14,7 +14,7 @@ weight: 203 ## Update a task in the InfluxDB UI To view your tasks, click the **Tasks** icon in the left navigation menu. -{{< img-hd src="/img/tasks-icon.png" alt="Tasks Icon" />}} +{{< nav-icon "tasks" >}} #### Update a task's Flux script 1. In the list of tasks, click the **Name** of the task you would like to update. diff --git a/content/v2.0/process-data/manage-tasks/view-tasks.md b/content/v2.0/process-data/manage-tasks/view-tasks.md index 38a2bb608..db55b6a94 100644 --- a/content/v2.0/process-data/manage-tasks/view-tasks.md +++ b/content/v2.0/process-data/manage-tasks/view-tasks.md @@ -14,7 +14,7 @@ weight: 202 ## View tasks in the InfluxDB UI Click the **Tasks** icon in the left navigation to view the lists of tasks. -{{< img-hd src="/img/tasks-icon.png" alt="Tasks Icon" />}} +{{< nav-icon "tasks" >}} ### Filter the list of tasks diff --git a/content/v2.0/visualize-data/explore-metrics.md b/content/v2.0/visualize-data/explore-metrics.md index bf3ec6e7d..f4c4ab4db 100644 --- a/content/v2.0/visualize-data/explore-metrics.md +++ b/content/v2.0/visualize-data/explore-metrics.md @@ -18,7 +18,7 @@ Choose between [visualization types](/v2.0/visualize-data/visualization-types/) To open the **Data Explorer**, click the **Data Explorer** icon in the navigation bar: -{{< img-hd src="/img/data-explorer-icon.png" title="Data Explorer icon" />}} +{{< nav-icon "data-explorer" >}} ## Explore data with Flux diff --git a/content/v2.0/visualize-data/labels.md b/content/v2.0/visualize-data/labels.md index b8717b40c..746e918a4 100644 --- a/content/v2.0/visualize-data/labels.md +++ b/content/v2.0/visualize-data/labels.md @@ -35,9 +35,7 @@ To manage labels, click the **Configuration** icon in the navigation bar and sel ### Add labels to dashboards and tasks 1. In the list view of dashboards or tasks, hover over the item to which you would like to add a label. -2. Click the - - icon that appears to the right of the name. +2. Click the {{< icon "add-label" >}} icon that appears to the right of the name. The **Manage Labels** overlay will appear. 3. Type the name of the label you would like to add to filter the list of available labels. Click the label you would like to add. More than one label can be added. diff --git a/layouts/shortcodes/icon.html b/layouts/shortcodes/icon.html new file mode 100644 index 000000000..c925c616c --- /dev/null +++ b/layouts/shortcodes/icon.html @@ -0,0 +1,51 @@ +{{ $icon := .Get 0 | default "nav-admin" }} + +{{ if or (eq $icon "nav-admin") (eq $icon "influx") (eq $icon "influx-icon") }} + +{{ else if or (eq $icon "nav-data-explorer") (eq $icon "data-explorer") (eq $icon "graph") }} + +{{ else if or (eq $icon "nav-dashboards") (eq $icon "dashboard") (eq $icon "dashboards") }} + +{{ else if or (eq $icon "nav-tasks") (eq $icon "calendar") (eq $icon "tasks") }} + +{{ else if or (eq $icon "nav-organizations") (eq $icon "nav-orgs") (eq $icon "orgs") (eq $icon "org") }} + +{{ else if or (eq $icon "nav-configuration") (eq $icon "nav-config") (eq $icon "wrench") }} + +{{ else if eq $icon "add-cell" }} + +{{ else if eq $icon "alert" }} + +{{ else if or (eq $icon "checkmark") (eq $icon "check") }} + +{{ else if or (eq $icon "gear") (eq $icon "cog") (eq $icon "settings") (eq $icon "config") }} + +{{ else if eq $icon "download" }} + +{{ else if or (eq $icon "duplicate") (eq $icon "copy") (eq $icon "clone") }} + +{{ else if or (eq $icon "export") (eq $icon "save-as") }} + +{{ else if or (eq $icon "expand") (eq $icon "fullscreen") }} + +{{ else if eq $icon "note" }} + +{{ else if eq $icon "pause" }} + +{{ else if or (eq $icon "pencil") (eq $icon "edit") }} + +{{ else if eq $icon "play" }} + +{{ else if eq $icon "plus" }} + +{{ else if or (eq $icon "refresh") (eq $icon "replay") }} + +{{ else if or (eq $icon "remove") (eq $icon "x") }} + +{{ else if eq $icon "search" }} + +{{ else if eq $icon "triangle" }} + +{{ else if eq $icon "add-label" }} + +{{ end }} diff --git a/layouts/shortcodes/nav-icon.html b/layouts/shortcodes/nav-icon.html new file mode 100644 index 000000000..c7ab66204 --- /dev/null +++ b/layouts/shortcodes/nav-icon.html @@ -0,0 +1,27 @@ +{{ $navIcon := lower (.Get 0) | default "admin" }} +{{ if eq $navIcon "admin" }} + {{ .Scratch.Set "icon" "influx-icon" }} + {{ .Scratch.Set "title" "admin" }} +{{ else if or (eq $navIcon "data-explorer") (eq $navIcon "data explorer") }} + {{ .Scratch.Set "icon" "data-explorer" }} + {{ .Scratch.Set "title" "Data Explorer" }} +{{ else if eq $navIcon "dashboards" }} + {{ .Scratch.Set "icon" "dashboards" }} + {{ .Scratch.Set "title" "Dashboards" }} +{{ else if eq $navIcon "tasks" }} + {{ .Scratch.Set "icon" "calendar" }} + {{ .Scratch.Set "title" "Tasks" }} +{{ else if or (eq $navIcon "organizations") (eq $navIcon "orgs") }} + {{ .Scratch.Set "icon" "organizations" }} + {{ .Scratch.Set "title" "Organizations" }} +{{ else if or (eq $navIcon "configuration") (eq $navIcon "config") }} + {{ .Scratch.Set "icon" "wrench" }} + {{ .Scratch.Set "title" "Configuration" }} +{{ end }} + +{{ $icon := .Scratch.Get "icon" }} +{{ $title := .Scratch.Get "title" }} + + diff --git a/static/fonts/icomoon.eot b/static/fonts/icomoon.eot index 9add80a76..272daf091 100755 Binary files a/static/fonts/icomoon.eot and b/static/fonts/icomoon.eot differ diff --git a/static/fonts/icomoon.svg b/static/fonts/icomoon.svg index 1deca15a0..8e979a7f5 100755 --- a/static/fonts/icomoon.svg +++ b/static/fonts/icomoon.svg @@ -38,10 +38,35 @@ + + + + + + + + + + + + + + + + + + + + + + + + + - + diff --git a/static/fonts/icomoon.ttf b/static/fonts/icomoon.ttf index d590167c0..d23f4c79a 100755 Binary files a/static/fonts/icomoon.ttf and b/static/fonts/icomoon.ttf differ diff --git a/static/fonts/icomoon.woff b/static/fonts/icomoon.woff index 465c4be0a..5900acc88 100755 Binary files a/static/fonts/icomoon.woff and b/static/fonts/icomoon.woff differ diff --git a/static/img/dashboards-icon.png b/static/img/dashboards-icon.png deleted file mode 100644 index 2c65c7c50..000000000 Binary files a/static/img/dashboards-icon.png and /dev/null differ diff --git a/static/img/data-explorer-icon.png b/static/img/data-explorer-icon.png deleted file mode 100644 index 8da32b1b1..000000000 Binary files a/static/img/data-explorer-icon.png and /dev/null differ diff --git a/static/img/tasks-icon.png b/static/img/tasks-icon.png deleted file mode 100644 index e40cf4a95..000000000 Binary files a/static/img/tasks-icon.png and /dev/null differ