Skip to content

Commit 7ca20b3

Browse files
authored
chore(netdata table): add edit row action (#433)
* chore(netdata table): add edit row action * v2.8.10
1 parent ffc2f0e commit 7ca20b3

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@netdata/netdata-ui",
3-
"version": "2.8.9",
3+
"version": "2.8.10",
44
"description": "netdata UI kit",
55
"main": "./lib/index.js",
66
"files": [

src/components/tableV2/features/useRowActions.js

+1
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ export const supportedRowActions = {
1515
actionButtonDirection: "reverse",
1616
disabledTooltipText: "Delete is disabled",
1717
},
18+
edit: { icon: "pencilOutline", confirmation: false, tooltipText: "Edit" },
1819
replace: {
1920
icon: "refresh",
2021
confirmation: true,

0 commit comments

Comments
 (0)