Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
I
i915-infra
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
41
Issues
41
List
Boards
Labels
Service Desk
Milestones
Merge Requests
5
Merge Requests
5
Operations
Operations
Incidents
Analytics
Analytics
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
gfx-ci
i915-infra
Commits
dd80cd11
Commit
dd80cd11
authored
Apr 06, 2020
by
Martin Peres
Committed by
Martin Peres
Apr 06, 2020
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
latency.js: disable the test select while loading results
parent
6bebc3a4
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
0 deletions
+3
-0
site-publishing/assets/latency.js
site-publishing/assets/latency.js
+3
-0
No files found.
site-publishing/assets/latency.js
View file @
dd80cd11
...
...
@@ -119,6 +119,9 @@ function pw_test_latency_fetch(project, tests_target, plot_target, weeks, defaul
pw_plot_target
=
plot_target
;
set_url_parameter
(
'
project
'
,
pw_project_cur
);
// Prevent setting the tests while loading the results
document
.
getElementById
(
tests_target
).
disabled
=
true
;
let
date
=
new
Date
();
date
.
setHours
(
0
,
0
,
0
,
0
)
let
since
=
new
Date
(
date
.
getTime
()
-
(
7
*
24
*
60
*
60
*
1000
));
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment