-
- Downloads
Merge pull request #4 in SSA/vlass_manager_ui from...
Merge pull request #4 in SSA/vlass_manager_ui from feature/SSA-6586-vlassmngr-disallow-duplicate-job-submission-in-short-amount-of-time to release/2.0 * commit '94ceac2d': added a service that tracks local job submission actions (can track others, but only implimented for jobs). Submitting jobs will lock that job from being submitted again (local only) for 5 minutes.
No related branches found
No related tags found
Showing
- src/app/jobspecs/jobspec/jobspec-detail/jobspec-detail.component.html 1 addition, 1 deletion...pecs/jobspec/jobspec-detail/jobspec-detail.component.html
- src/app/jobspecs/jobspec/jobspec-detail/jobspec-detail.component.ts 33 additions, 4 deletions...bspecs/jobspec/jobspec-detail/jobspec-detail.component.ts
- src/app/model/action.spec.ts 7 additions, 0 deletionssrc/app/model/action.spec.ts
- src/app/model/action.ts 15 additions, 0 deletionssrc/app/model/action.ts
- src/app/products/product/product-details/product-details.component.html 31 additions, 29 deletions...ts/product/product-details/product-details.component.html
- src/app/products/product/product-details/product-details.component.ts 30 additions, 8 deletions...ucts/product/product-details/product-details.component.ts
- src/app/services/actions.service.spec.ts 12 additions, 0 deletionssrc/app/services/actions.service.spec.ts
- src/app/services/actions.service.ts 47 additions, 0 deletionssrc/app/services/actions.service.ts
Loading
Please register or sign in to comment