mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-04-01 09:30:31 -04:00
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:
@@ -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);
|
||||
});
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user