gbkannan89 commented on code in PR #7585:
URL: https://github.com/apache/trafficcontrol/pull/7585#discussion_r1276501994
##########
experimental/traffic-portal/src/app/shared/navigation/navigation.service.ts:
##########
@@ -153,11 +162,38 @@ export class NavigationService {
name: "Cache Groups"
}],
name: "Servers"
+ }, {
+ children: [
+ {
+ href: `${this.tpv1Url}/cache-checks`,
+ name: "Cache Checks"
+ },
+ {
+ href: `${this.tpv1Url}/cache-stats`,
+ name: "Cache Stats"
+ }
+ ],
+ name: "Monitor"
+ }, {
+ children: [
+ {
+ href:
`${this.tpv1Url}/delivery-services`,
+ name: "Delivery Services"
+ },
+ {
+ href:
`${this.tpv1Url}/delivery-service-requests`,
Review Comment:
decided to give expected url in config
##########
experimental/traffic-portal/src/app/shared/navigation/navigation.service.ts:
##########
@@ -153,11 +162,38 @@ export class NavigationService {
name: "Cache Groups"
}],
name: "Servers"
+ }, {
+ children: [
+ {
+ href: `${this.tpv1Url}/cache-checks`,
+ name: "Cache Checks"
+ },
+ {
+ href: `${this.tpv1Url}/cache-stats`,
+ name: "Cache Stats"
+ }
+ ],
+ name: "Monitor"
+ }, {
+ children: [
+ {
+ href:
`${this.tpv1Url}/delivery-services`,
+ name: "Delivery Services"
+ },
+ {
+ href:
`${this.tpv1Url}/delivery-service-requests`,
+ name: "Delivery Service Requests"
+ }
+ ],
+ name: "Services"
}, {
children: [
{
href: "/core/types",
name: "Types"
+ }, {
+ href: `${this.tpv1Url}/origins`,
Review Comment:
decided to give expected url in config
##########
experimental/traffic-portal/src/app/shared/navigation/navigation.service.ts:
##########
@@ -193,7 +229,15 @@ export class NavigationService {
{
href: "/core/iso-gen",
name: "Generate System ISO"
- }
+ },
+ {
+ href: `${this.tpv1Url}/jobs`,
Review Comment:
decided to give expected url in config
##########
experimental/traffic-portal/src/app/shared/navigation/navigation.service.ts:
##########
@@ -193,7 +229,15 @@ export class NavigationService {
{
href: "/core/iso-gen",
name: "Generate System ISO"
- }
+ },
+ {
+ href: `${this.tpv1Url}/jobs`,
+ name: "Invalidate Content"
+ },
+ {
+ href: `${this.tpv1Url}/notifications`,
Review Comment:
decided to give expected url in config
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]