Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Advanced screen comparison feature #297

Merged
merged 12 commits into from
Aug 29, 2018
1 change: 1 addition & 0 deletions report/src/main/webapp/app/app.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ require.config({
'urlStatusFilter': 'components/urlStatus.filter',
'keyboardShortcutsDirective': 'components/keyboardShortcuts.directive',
'hidePopoversDirective': 'components/hidePopovers.directive',
'compareScreensDirective': 'components/compareScreens.directive',
'winterEdition': 'themes/winterEdition.directive',
//services
'endpointConfiguration': 'services/endpointConfiguration.service',
Expand Down
1 change: 1 addition & 0 deletions report/src/main/webapp/app/app.module.js
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ define(['angularAMD',
// components
'hidePopoversDirective',
'keyboardShortcutsDirective',
'compareScreensDirective',
'testSearchFilter',
'testStatusFilter',
'urlSearchFilter',
Expand Down
Loading