diff --git a/docs/img/webapp_report_card.png b/docs/img/webapp_report_card.png index 14ded4c5..a49c4843 100644 Binary files a/docs/img/webapp_report_card.png and b/docs/img/webapp_report_card.png differ diff --git a/docs/webapp/webapp_exp_track_visual.md b/docs/webapp/webapp_exp_track_visual.md index b321c808..64450464 100644 --- a/docs/webapp/webapp_exp_track_visual.md +++ b/docs/webapp/webapp_exp_track_visual.md @@ -348,8 +348,9 @@ These controls allow you to better analyze the results. Hover over a plot, and t | Download CSV icon | Download plot data as a CSV file. | | Maximize plot icon | Expand plot to entire window. When used with scalar graphs, full screen mode displays plots with all data points, as opposed to an averaged plot | | Refresh | Refresh scalar graphs in full screen mode to update it. | -| Embed code | Copy to clipboard the resource embed code to put in your [Reports](webapp_reports.md). In contrast to static screenshots, embedded resources are retrieved when the report is displayed allowing your reports to show the latest up-to-date data. | -| Embed code externally | Copy to clipboard the resource embed code to put in external tools (e.g. Notion). In contrast to static screenshots, embedded resources are retrieved when the report is displayed allowing your reports to show the latest up-to-date data (available in the ClearML Enterprise plan and Hosted Service). | +| Embed code | Copy to clipboard the resource embed code. This opens the following options: In contrast to static screenshots, embedded resources are retrieved when the tool/report is displayed allowing your tools/reports to show the latest up-to-date data. | + + #### 3D Plot Controls |Icon|Description| diff --git a/src/css/custom.css b/src/css/custom.css index 3226fb3c..87331685 100644 --- a/src/css/custom.css +++ b/src/css/custom.css @@ -424,6 +424,11 @@ html[data-theme="dark"] .footer__copyright { color: rgba(255,255,255,0.4); } +/* Search bar */ +.navbar--dark .navbar__search-input { +background-image: url('data:image/svg+xml;utf8,') +} + /* GLOBAL SEARCH PAGE */ html[data-theme="dark"] input[class^="searchQueryInput"] { color: #fff;