summaryrefslogtreecommitdiff
path: root/gae/frontend/src/app/menu/menu-items.ts
diff options
context:
space:
mode:
authorDan Willemsen <dwillemsen@google.com>2023-01-04 12:40:16 -0800
committerDan Willemsen <dwillemsen@google.com>2023-01-04 12:44:38 -0800
commit865438d45d5e2b37f89522fe6a17b91ac182d88e (patch)
tree4fc217bb24aa0780c67f70b2bf2c814009badf64 /gae/frontend/src/app/menu/menu-items.ts
parentf94c87ca2242c1c1b875be8f9625ad3c0510613d (diff)
downloadtest_serving-865438d45d5e2b37f89522fe6a17b91ac182d88e.tar.gz
Remove test/vti/test_serving code, no longer usedHEADmastermain
This project was removed from the manifest in Dec'21 with aosp/1920522 This change will ensure that automated code scanners aren't reporting issues on it. Bug: 253296312 Change-Id: If2722726f5c90fb84602f2e89ceb171ed1e4e255
Diffstat (limited to 'gae/frontend/src/app/menu/menu-items.ts')
-rw-r--r--gae/frontend/src/app/menu/menu-items.ts23
1 files changed, 0 insertions, 23 deletions
diff --git a/gae/frontend/src/app/menu/menu-items.ts b/gae/frontend/src/app/menu/menu-items.ts
deleted file mode 100644
index a544366..0000000
--- a/gae/frontend/src/app/menu/menu-items.ts
+++ /dev/null
@@ -1,23 +0,0 @@
-/**
- * Copyright (C) 2018 The Android Open Source Project
- *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
- *
- * http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
- */
-export const MENUS = {
- ['VTSLab Scheduler']: '/',
- ['build']: '/build',
- ['device']: '/device',
- ['lab']: '/lab',
- ['schedule']: '/schedule',
- ['job']: '/job',
-};