Agent: UI/UX finishes and clean up (#1768)

* changed columnw widths

* fixed scrolling for prev run job history list

* fixed all resizing and scrolling issues in agent

* removed commented code

* code review comments
This commit is contained in:
Aditya Bist
2018-06-28 10:12:02 -07:00
committed by GitHub
parent 3db61eaa82
commit bae23b7fce
7 changed files with 134 additions and 91 deletions

View File

@@ -16,6 +16,6 @@ suite('Job Management service tests', () => {
test('Construction - Job Service Initialization', () => {
// ... Create instance of the service and reder account picker
let service = new JobManagementService(undefined, undefined);
let service = new JobManagementService(undefined);
});
});