Repository: nifi-registry
Updated Branches:
  refs/heads/master bbcd6554b -> 730ffabf4


NIFIREG-96 - Capitalize delete menu option in grid-list item view

This closes #77.

Signed-off-by: Bryan Bende <[email protected]>


Project: http://git-wip-us.apache.org/repos/asf/nifi-registry/repo
Commit: http://git-wip-us.apache.org/repos/asf/nifi-registry/commit/730ffabf
Tree: http://git-wip-us.apache.org/repos/asf/nifi-registry/tree/730ffabf
Diff: http://git-wip-us.apache.org/repos/asf/nifi-registry/diff/730ffabf

Branch: refs/heads/master
Commit: 730ffabf443d5ba99327adc0ab3ff29164c58ca0
Parents: bbcd655
Author: Scott Aslan <[email protected]>
Authored: Mon Jan 8 15:43:18 2018 -0500
Committer: Bryan Bende <[email protected]>
Committed: Wed Jan 10 14:46:55 2018 -0500

----------------------------------------------------------------------
 .../src/main/webapp/services/nf-registry.service.js                | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/nifi-registry/blob/730ffabf/nifi-registry-web-ui/src/main/webapp/services/nf-registry.service.js
----------------------------------------------------------------------
diff --git 
a/nifi-registry-web-ui/src/main/webapp/services/nf-registry.service.js 
b/nifi-registry-web-ui/src/main/webapp/services/nf-registry.service.js
index 77597fb..e6b2b79 100644
--- a/nifi-registry-web-ui/src/main/webapp/services/nf-registry.service.js
+++ b/nifi-registry-web-ui/src/main/webapp/services/nf-registry.service.js
@@ -143,7 +143,7 @@ function NfRegistryService(nfRegistryApi, nfStorage, 
tdDataTableService, router,
     ];
     this.dropletActions = [
         {
-            name: 'delete',
+            name: 'Delete',
             icon: 'fa fa-trash',
             tooltip: 'Delete'
         }

Reply via email to