Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
d4c79c24
Commit
d4c79c24
authored
Nov 15, 2021
by
alinamihaila
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add service ping qa selectors
parent
a5a555a7
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
app/views/admin/application_settings/_usage.html.haml
app/views/admin/application_settings/_usage.html.haml
+1
-1
app/views/admin/application_settings/metrics_and_profiling.html.haml
...dmin/application_settings/metrics_and_profiling.html.haml
+1
-1
No files found.
app/views/admin/application_settings/_usage.html.haml
View file @
d4c79c24
...
...
@@ -15,7 +15,7 @@
.form-group
-
can_be_configured
=
@application_setting
.
usage_ping_can_be_configured?
.form-check
=
f
.
check_box
:usage_ping_enabled
,
disabled:
!
can_be_configured
,
class:
'form-check-input'
=
f
.
check_box
:usage_ping_enabled
,
disabled:
!
can_be_configured
,
class:
'form-check-input'
,
data:
{
qa_selector:
'enable_usage_data_checkbox'
}
=
f
.
label
:usage_ping_enabled
,
class:
'form-check-label'
do
=
_
(
'Enable Service Ping'
)
.form-text.text-muted
...
...
app/views/admin/application_settings/metrics_and_profiling.html.haml
View file @
d4c79c24
...
...
@@ -42,7 +42,7 @@
.js-self-monitoring-settings
{
data:
self_monitoring_project_data
}
%section
.settings.as-usage.no-animate
#js-usage-settings
{
class:
(
'expanded'
if
expanded_by_default?
)
}
%section
.settings.as-usage.no-animate
#js-usage-settings
{
class:
(
'expanded'
if
expanded_by_default?
)
,
data:
{
qa_selector:
'usage_statistics_settings_content'
}
}
.settings-header
#usage-statistics
%h4
=
_
(
'Usage statistics'
)
...
...
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