Dev
Compare changes
Files
2- Chris Hines authored
+ 43
− 25
@@ -4,9 +4,9 @@ import { ComputesitesService } from './computesites.service';
@@ -4,9 +4,9 @@ import { ComputesitesService } from './computesites.service';
@@ -24,10 +24,11 @@ export class JobsService {
@@ -24,10 +24,11 @@ export class JobsService {
@@ -35,34 +36,51 @@ export class JobsService {
@@ -35,34 +36,51 @@ export class JobsService {
this.notifications.notify("Your login appears to have expired. Please log in again", () => { this.authService.updateAgentContents().subscribe((_) => {return}) } );
this.notifications.notify("Your login has expired. Please log in again", () => { this.authService.updateAgentContents().subscribe((_) => {return}) } );
this.notifications.notify("Your login appears to have expired. Please log in again", () => { this.authService.updateAgentContents().subscribe((_) => {return}) } );
this.notifications.notify("Unable to retrieve a list of running jobs.\nThe error messge was " + error.error.message);
this.notifications.notify("Unable to retrieve a list of running jobs.\nThe error wasn't specified\nPlease report what you were doign via the contact us link", () => { this.authService.updateAgentContents().subscribe((_) => {return}) });