Merge pull request #5 in SSA/vlass_manager_ui from release/2.0 to main
* commit '6debf05c': adding the total summary numbers back for calibrations on tile progress summary tile summary dark mode style fix removed tile counts from summary as they were not intended to be there stopped execution tasks list from printing the results property as it caused confusion in some cases but no one seemed to know why were doing it to begin with. SSA-6467: Display the summary of progress on the minitiles page - part 2 SSA-6467: Display the summary of progress on the minitiles page disable generate products button (products tab) while a request is in flight as to avoid double clicking on it. If a successful response is received from the request, the form is reset and closed to avoid double submission. disable generate products button (products tab) while a request is in flight as to avoid double clicking on it. If a successful response is received from the request, the form is reset and closed to avoid double submission. file edit links on jobspec page now open in a new tab changed default for execution warning dates span removing file updated favicon and added some title setting domain matches for the new server names altered job execution list status color for QA_MANUAL to match the jobspect detail views colors added reload buttons to product, jobs, and executions tabs adjusted height of notes field adjust formatting on paste script to skip the parent object. Also added a base-href param to the deply script so it can resolve dependencies when loaded from a deep link. autosave notes; save notes on archive and accept, remove formatting from paste resetting env.js Set product file links to open in a new tab. Execution notes field now scrolls so the save button is always visible when updating the field. 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.
Showing
- angular.json 2 additions, 3 deletionsangular.json
- deploy.sh 1 addition, 1 deletiondeploy.sh
- package-lock.json 0 additions, 11384 deletionspackage-lock.json
- src/app/app.component.ts 2 additions, 0 deletionssrc/app/app.component.ts
- src/app/app.module.ts 5 additions, 1 deletionsrc/app/app.module.ts
- src/app/directives/content-editable.directive.ts 19 additions, 0 deletionssrc/app/directives/content-editable.directive.ts
- src/app/executions/execution/execution-detail/execution-detail.component.html 1 addition, 5 deletions...xecution/execution-detail/execution-detail.component.html
- src/app/executions/execution/execution-detail/execution-detail.component.ts 10 additions, 6 deletions.../execution/execution-detail/execution-detail.component.ts
- src/app/executions/executions.component.html 3 additions, 0 deletionssrc/app/executions/executions.component.html
- src/app/executions/executions.component.ts 4 additions, 2 deletionssrc/app/executions/executions.component.ts
- src/app/jobspecs/jobspec/jobspec-detail/jobspec-detail.component.html 2 additions, 2 deletions...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/jobspecs/jobspec/jobspec-detail/jobspec-execution/jobspec-execution.component.ts 2 additions, 0 deletions...c-detail/jobspec-execution/jobspec-execution.component.ts
- src/app/jobspecs/jobspecs.component.html 3 additions, 0 deletionssrc/app/jobspecs/jobspecs.component.html
- src/app/jobspecs/jobspecs.component.ts 9 additions, 2 deletionssrc/app/jobspecs/jobspecs.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/model/product.ts 2 additions, 0 deletionssrc/app/model/product.ts
- src/app/model/tile.ts 20 additions, 0 deletionssrc/app/model/tile.ts
- src/app/products/product/product-details/future-product/future-product.component.html 18 additions, 0 deletions...duct-details/future-product/future-product.component.html
Loading
Please register or sign in to comment