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
bff7508d
Commit
bff7508d
authored
Dec 16, 2020
by
Paul Gascou-Vaillancourt
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Migrate to GlButton in monitoring dashboard actions
parent
859fdf49
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
6 deletions
+6
-6
app/assets/javascripts/monitoring/components/dashboard_actions_menu.vue
...ascripts/monitoring/components/dashboard_actions_menu.vue
+6
-6
No files found.
app/assets/javascripts/monitoring/components/dashboard_actions_menu.vue
View file @
bff7508d
<
script
>
import
{
mapState
,
mapGetters
,
mapActions
}
from
'
vuex
'
;
import
{
Gl
Deprecated
Button
,
GlButton
,
GlDropdown
,
GlDropdownDivider
,
GlDropdownItem
,
...
...
@@ -22,7 +22,7 @@ import { getAddMetricTrackingOptions } from '../utils';
export
default
{
components
:
{
Gl
Deprecated
Button
,
GlButton
,
GlDropdown
,
GlDropdownDivider
,
GlDropdownItem
,
...
...
@@ -178,10 +178,10 @@ export default {
/>
</form>
<div
slot=
"modal-footer"
>
<gl-
deprecated-
button
@
click=
"hideAddMetricModal"
>
<gl-button
@
click=
"hideAddMetricModal"
>
{{
__
(
'
Cancel
'
)
}}
</gl-
deprecated-
button>
<gl-
deprecated-
button
</gl-button>
<gl-button
v-track-event=
"getAddMetricTrackingOptions()"
data-testid=
"add-metric-modal-submit-button"
:disabled=
"!customMetricsFormIsValid"
...
...
@@ -189,7 +189,7 @@ export default {
@
click=
"submitCustomMetricsForm"
>
{{
__
(
'
Save changes
'
)
}}
</gl-
deprecated-
button>
</gl-button>
</div>
</gl-modal>
</
template
>
...
...
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