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
2abe4660
Commit
2abe4660
authored
Nov 12, 2020
by
Savas Vedova
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Apply gl-button class to buttons
parent
10e72ff5
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
7 deletions
+7
-7
app/views/admin/application_settings/network.html.haml
app/views/admin/application_settings/network.html.haml
+6
-6
ee/app/views/admin/application_settings/_ee_network_settings.haml
...iews/admin/application_settings/_ee_network_settings.haml
+1
-1
No files found.
app/views/admin/application_settings/network.html.haml
View file @
2abe4660
...
...
@@ -6,7 +6,7 @@
.settings-header
%h4
=
_
(
'Performance optimization'
)
%button
.btn.btn-default.js-settings-toggle
{
type:
'button'
}
%button
.btn.
gl-button.
btn-default.js-settings-toggle
{
type:
'button'
}
=
expanded_by_default?
?
_
(
'Collapse'
)
:
_
(
'Expand'
)
%p
=
_
(
'Various settings that affect GitLab performance.'
)
...
...
@@ -17,7 +17,7 @@
.settings-header
%h4
=
_
(
'User and IP Rate Limits'
)
%button
.btn.btn-default.js-settings-toggle
{
type:
'button'
}
%button
.btn.
gl-button.
btn-default.js-settings-toggle
{
type:
'button'
}
=
expanded_by_default?
?
_
(
'Collapse'
)
:
_
(
'Expand'
)
%p
=
_
(
'Configure limits for web and API requests.'
)
...
...
@@ -28,7 +28,7 @@
.settings-header
%h4
=
_
(
'Outbound requests'
)
%button
.btn.btn-default.js-settings-toggle
{
type:
'button'
}
%button
.btn.
gl-button.
btn-default.js-settings-toggle
{
type:
'button'
}
=
expanded_by_default?
?
_
(
'Collapse'
)
:
_
(
'Expand'
)
%p
=
_
(
'Allow requests to the local network from hooks and services.'
)
...
...
@@ -39,7 +39,7 @@
.settings-header
%h4
=
_
(
'Protected Paths'
)
%button
.btn.btn-default.js-settings-toggle
{
type:
'button'
}
%button
.btn.
gl-button.
btn-default.js-settings-toggle
{
type:
'button'
}
=
expanded_by_default?
?
_
(
'Collapse'
)
:
_
(
'Expand'
)
%p
=
_
(
'Configure paths to be protected by Rack Attack.'
)
...
...
@@ -54,7 +54,7 @@
.settings-header
%h4
=
_
(
'Issues Rate Limits'
)
%button
.btn.btn-default.js-settings-toggle
{
type:
'button'
}
%button
.btn.
gl-button.
btn-default.js-settings-toggle
{
type:
'button'
}
=
expanded_by_default?
?
_
(
'Collapse'
)
:
_
(
'Expand'
)
%p
=
_
(
'Configure limit for issues created per minute by web and API requests.'
)
...
...
@@ -65,7 +65,7 @@
.settings-header
%h4
=
_
(
'Import/Export Rate Limits'
)
%button
.btn.btn-default.js-settings-toggle
{
type:
'button'
}
%button
.btn.
gl-button.
btn-default.js-settings-toggle
{
type:
'button'
}
=
expanded_by_default?
?
_
(
'Collapse'
)
:
_
(
'Expand'
)
%p
=
_
(
'Configure limits for Project/Group Import/Export.'
)
...
...
ee/app/views/admin/application_settings/_ee_network_settings.haml
View file @
2abe4660
...
...
@@ -3,7 +3,7 @@
.settings-header
%h4
=
_
(
'Incident Management Limits'
)
%button
.btn.btn-default.js-settings-toggle
{
type:
'button'
}
%button
.btn.
gl-button.
btn-default.js-settings-toggle
{
type:
'button'
}
=
expanded_by_default?
?
_
(
'Collapse'
)
:
_
(
'Expand'
)
%p
=
_
(
'Configure limits on the number of inbound alerts able to be sent to a project.'
)
...
...
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