Skip to content

Commit

Permalink
Add icon to copy datatable column to clipboard
Browse files Browse the repository at this point in the history
Signed-off-by: Volker Theile <votdev@gmx.de>
  • Loading branch information
votdev committed Mar 26, 2024
1 parent a786399 commit 545e152
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
6 changes: 6 additions & 0 deletions deb/openmediavault-k8s/debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
openmediavault-k8s (7.1.-1) unstable; urgency=low

*

-- Volker Theile <volker.theile@openmediavault.org> Tue, 26 Mar 2024 19:03:57 +0100

openmediavault-k8s (7.1.0-1) unstable; urgency=low

* Use a PHP template engine to implement a DSL that allows users
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ data:
- name: _("Name")
prop: name
flexGrow: 1
cellTemplateName: copyToClipboard
- name: _("Absolute Path")
prop: absdirpath
flexGrow: 1
Expand All @@ -83,6 +84,7 @@ data:
- name: _("Name")
prop: name
flexGrow: 1
cellTemplateName: copyToClipboard
- name: _("UID")
prop: uid
flexGrow: 1
Expand All @@ -96,6 +98,7 @@ data:
- name: _("Name")
prop: name
flexGrow: 1
cellTemplateName: copyToClipboard
- name: _("GID")
prop: gid
flexGrow: 1
Expand Down

0 comments on commit 545e152

Please sign in to comment.