diff --git a/CHANGELOG.md b/CHANGELOG.md index 0fb423e5..4385b04c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -23,6 +23,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Bumped nuclio version to 1.8.14 - Simplified running REST API tests. Extended CI-nightly workflow - REST API tests are partially moved to Python SDK (`users`, `projects`, `tasks`) +- Removed link to OpenVINO documentation () ### Deprecated - TDB diff --git a/cvat-ui/package.json b/cvat-ui/package.json index 89178ed7..632e8ace 100644 --- a/cvat-ui/package.json +++ b/cvat-ui/package.json @@ -1,6 +1,6 @@ { "name": "cvat-ui", - "version": "1.39.0", + "version": "1.39.1", "description": "CVAT single-page application", "main": "src/index.tsx", "scripts": { diff --git a/cvat-ui/src/assets/openvino.svg b/cvat-ui/src/assets/openvino.svg deleted file mode 100644 index c68b4fc3..00000000 --- a/cvat-ui/src/assets/openvino.svg +++ /dev/null @@ -1,14 +0,0 @@ - - - - - - - - - - - - - - diff --git a/cvat-ui/src/components/login-page/login-page.tsx b/cvat-ui/src/components/login-page/login-page.tsx index 5b381a92..baaf9b6e 100644 --- a/cvat-ui/src/components/login-page/login-page.tsx +++ b/cvat-ui/src/components/login-page/login-page.tsx @@ -2,21 +2,16 @@ // // SPDX-License-Identifier: MIT -import './styles.scss'; import React from 'react'; import { RouteComponentProps } from 'react-router'; import { Link, withRouter } from 'react-router-dom'; import Title from 'antd/lib/typography/Title'; import Text from 'antd/lib/typography/Text'; import { Row, Col } from 'antd/lib/grid'; -import Button from 'antd/lib/button'; -import Divider from 'antd/lib/divider'; import Layout from 'antd/lib/layout'; import FooterDrawer from 'components/login-page/intel-footer-drawer'; -import consts from 'consts'; -import { OpenVINOIcon } from 'icons'; import LoginForm, { LoginData } from './login-form'; interface LoginPageComponentProps { @@ -66,25 +61,6 @@ function LoginPageComponent(props: LoginPageComponentProps & RouteComponentProps )} - - - - - - - - Learn more about products of - {/* It is important to keep the referer header here */} - {/* eslint-disable-next-line react/jsx-no-target-blank */} - OpenVINO™ Toolkit - -