@ -1,16 +1,16 @@
// Copyright (C) 2019-2022 Intel Corporation
// Copyright (C) 2019-2022 Intel Corporation
// Copyright (C) 2022 CVAT.ai Corp
//
//
// SPDX-License-Identifier: MIT
// SPDX-License-Identifier: MIT
const UNDEFINED_ATTRIBUTE_VALUE = '__undefined__' ;
const UNDEFINED_ATTRIBUTE_VALUE = '__undefined__' ;
const NO_BREAK_SPACE = '\u00a0' ;
const NO_BREAK_SPACE = '\u00a0' ;
const CHANGELOG_URL = 'https://github.com/ cvat-ai /cvat/blob/develop/CHANGELOG.md';
const CHANGELOG_URL = 'https://github.com/ open cv/cvat/blob/develop/CHANGELOG.md';
const LICENSE_URL = 'https://github.com/ cvat-ai /cvat/blob/develop/LICENSE';
const LICENSE_URL = 'https://github.com/ open cv/cvat/blob/develop/LICENSE';
const GITTER_URL = 'https://gitter.im/opencv-cvat' ;
const GITTER_URL = 'https://gitter.im/opencv-cvat' ;
const GITTER_PUBLIC_URL = 'https://gitter.im/opencv-cvat/public' ;
const DISCORD_URL = 'https://discord.gg/fNR3eXfk6C' ;
const FORUM_URL = 'https://software.intel.com/en-us/forums/intel-distribution-of-openvino-toolkit' ;
const GITHUB_URL = 'https://github.com/opencv/cvat' ;
const GITHUB_URL = 'https://github.com/cvat-ai/cvat' ;
const GITHUB_IMAGE_URL = 'https://github.com/opencv/cvat/raw/develop/site/content/en/images/cvat.jpg' ;
const GITHUB_IMAGE_URL = 'https://github.com/cvat-ai/cvat/raw/develop/site/content/en/images/cvat.jpg' ;
const GUIDE_URL = 'https://opencv.github.io/cvat/docs' ;
const GUIDE_URL = 'https://opencv.github.io/cvat/docs' ;
const SHARE_MOUNT_GUIDE_URL =
const SHARE_MOUNT_GUIDE_URL =
'https://opencv.github.io/cvat/docs/administration/basics/installation/#share-path' ;
'https://opencv.github.io/cvat/docs/administration/basics/installation/#share-path' ;
@ -22,9 +22,6 @@ const LATEST_COMMENTS_SHOWN_QUICK_ISSUE = 3;
const QUICK_ISSUE_INCORRECT_POSITION_TEXT = 'Wrong position' ;
const QUICK_ISSUE_INCORRECT_POSITION_TEXT = 'Wrong position' ;
const QUICK_ISSUE_INCORRECT_ATTRIBUTE_TEXT = 'Wrong attribute' ;
const QUICK_ISSUE_INCORRECT_ATTRIBUTE_TEXT = 'Wrong attribute' ;
const DEFAULT_PROJECT_SUBSETS = [ 'Train' , 'Test' , 'Validation' ] ;
const DEFAULT_PROJECT_SUBSETS = [ 'Train' , 'Test' , 'Validation' ] ;
const INTEL_TERMS_OF_USE_URL = 'https://www.intel.com/content/www/us/en/legal/terms-of-use.html' ;
const INTEL_COOKIES_URL = 'https://www.intel.com/content/www/us/en/privacy/intel-cookie-notice.html' ;
const INTEL_PRIVACY_URL = 'https://www.intel.com/content/www/us/en/privacy/intel-privacy-notice.html' ;
const OUTSIDE_PIC_URL = 'https://opencv.github.io/cvat/images/image019.jpg' ;
const OUTSIDE_PIC_URL = 'https://opencv.github.io/cvat/images/image019.jpg' ;
const DEFAULT_AWS_S3_REGIONS : string [ ] [ ] = [
const DEFAULT_AWS_S3_REGIONS : string [ ] [ ] = [
[ 'us-east-1' , 'US East (N. Virginia)' ] ,
[ 'us-east-1' , 'US East (N. Virginia)' ] ,
@ -91,8 +88,7 @@ export default {
CHANGELOG_URL ,
CHANGELOG_URL ,
LICENSE_URL ,
LICENSE_URL ,
GITTER_URL ,
GITTER_URL ,
GITTER_PUBLIC_URL ,
DISCORD_URL ,
FORUM_URL ,
GITHUB_URL ,
GITHUB_URL ,
GITHUB_IMAGE_URL ,
GITHUB_IMAGE_URL ,
GUIDE_URL ,
GUIDE_URL ,
@ -104,9 +100,6 @@ export default {
QUICK_ISSUE_INCORRECT_POSITION_TEXT ,
QUICK_ISSUE_INCORRECT_POSITION_TEXT ,
QUICK_ISSUE_INCORRECT_ATTRIBUTE_TEXT ,
QUICK_ISSUE_INCORRECT_ATTRIBUTE_TEXT ,
DEFAULT_PROJECT_SUBSETS ,
DEFAULT_PROJECT_SUBSETS ,
INTEL_TERMS_OF_USE_URL ,
INTEL_COOKIES_URL ,
INTEL_PRIVACY_URL ,
DEFAULT_AWS_S3_REGIONS ,
DEFAULT_AWS_S3_REGIONS ,
DEFAULT_GOOGLE_CLOUD_STORAGE_LOCATIONS ,
DEFAULT_GOOGLE_CLOUD_STORAGE_LOCATIONS ,
OUTSIDE_PIC_URL ,
OUTSIDE_PIC_URL ,