gbkannan89 commented on code in PR #7358:
URL: https://github.com/apache/trafficcontrol/pull/7358#discussion_r1168273103
##########
experimental/traffic-portal/src/app/api/testing/server.service.ts:
##########
@@ -47,7 +47,13 @@ export class ServerService {
public servers = new Array<ResponseServer>();
- private readonly statuses = [
+ private statuses = [
+ {
+ description: "Sever is administrative down and does not
receive traffic.",
+ id: 0,
+ lastUpdated: new Date(),
+ name: "ADMIN_DOWNS"
Review Comment:
removed invalid data
--
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]