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
717532c9
Commit
717532c9
authored
Oct 15, 2019
by
Enrique Alcantara
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove gl-button new style flag
parent
bc498ba0
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
1 addition
and
5 deletions
+1
-5
app/assets/javascripts/monitoring/components/dashboard.vue
app/assets/javascripts/monitoring/components/dashboard.vue
+0
-2
ee/app/assets/javascripts/security_dashboard/components/instance_security_dashboard.vue
...rity_dashboard/components/instance_security_dashboard.vue
+1
-2
ee/app/assets/javascripts/security_dashboard/components/project_manager.vue
...scripts/security_dashboard/components/project_manager.vue
+0
-1
No files found.
app/assets/javascripts/monitoring/components/dashboard.vue
View file @
717532c9
...
...
@@ -416,7 +416,6 @@ export default {
<gl-button
v-if=
"showRearrangePanelsBtn"
:pressed=
"isRearrangingPanels"
new-style
variant=
"default"
class=
"mr-2 mt-1 js-rearrange-button"
@
click=
"toggleRearrangingPanels"
...
...
@@ -426,7 +425,6 @@ export default {
<gl-button
v-if=
"addingMetricsAvailable"
v-gl-modal=
"$options.addMetric.modalId"
new-style
variant=
"outline-success"
class=
"mr-2 mt-1 js-add-metric-button"
>
...
...
ee/app/assets/javascripts/security_dashboard/components/instance_security_dashboard.vue
View file @
717532c9
...
...
@@ -94,7 +94,6 @@ export default {
<h2
class=
"page-title"
>
{{
s__
(
'
SecurityDashboard|Security Dashboard
'
)
}}
</h2>
<gl-button
v-if=
"isInitialized"
new-style
class=
"page-title-controls js-project-selector-toggle"
:variant=
"toggleButtonProps.variant"
@
click=
"toggleProjectSelector"
...
...
@@ -125,7 +124,7 @@ export default {
>
.
</
template
>
<
template
#actions
>
<gl-button
new-style
variant=
"success"
@
click=
"toggleProjectSelector"
>
<gl-button
variant=
"success"
@
click=
"toggleProjectSelector"
>
{{
s__
(
'
SecurityDashboard|Add projects
'
)
}}
</gl-button>
</
template
>
...
...
ee/app/assets/javascripts/security_dashboard/components/project_manager.vue
View file @
717532c9
...
...
@@ -81,7 +81,6 @@ export default {
<div
class=
"mb-3"
>
<gl-button
:disabled=
"!hasProjectsSelected"
new-style
variant=
"success"
@
click=
"addProjectsAndClearSearchResults"
>
...
...
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