Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
N
nexpie-grafana-theme
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Registry
Registry
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Kornkitt Poolsup
nexpie-grafana-theme
Commits
d0513d3a
Commit
d0513d3a
authored
Nov 03, 2016
by
Torkel Ödegaard
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ux(dashboard): changed name of delete row to remove row, #6442
parent
0da60a8b
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
public/app/features/dashboard/model.ts
+2
-2
public/app/features/dashboard/row/row.html
+1
-1
No files found.
public/app/features/dashboard/model.ts
View file @
d0513d3a
...
...
@@ -172,8 +172,8 @@ export class DashboardModel {
}
appEvents
.
emit
(
'confirm-modal'
,
{
title
:
'
Delete
'
,
text
:
'Are you sure you want to
delet
e this row?'
,
title
:
'
Remove Row
'
,
text
:
'Are you sure you want to
remov
e this row?'
,
icon
:
'fa-trash'
,
yesText
:
'Delete'
,
onConfirm
:
()
=>
{
...
...
public/app/features/dashboard/row/row.html
View file @
d0513d3a
...
...
@@ -22,7 +22,7 @@
</li>
<li>
<a
ng-click=
"ctrl.onMenuDeleteRow()"
>
<i
class=
"fa fa-trash"
></i>
Delet
e row
<i
class=
"fa fa-trash"
></i>
Remov
e row
</a>
</li>
</ul>
...
...
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