From cdb2cb81650b0f04e3390397725e92b57ef0579e Mon Sep 17 00:00:00 2001 From: Andrew Lim Date: Thu, 31 May 2018 13:55:48 -0400 Subject: [PATCH 1/2] NIFIREG-56: Added element ids to facilitate bucket testing use cases --- .../dialogs/create-bucket/nf-registry-create-bucket.html | 2 +- .../workflow/nf-registry-workflow-administration.html | 5 +++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/nifi-registry-web-ui/src/main/webapp/components/administration/workflow/dialogs/create-bucket/nf-registry-create-bucket.html b/nifi-registry-web-ui/src/main/webapp/components/administration/workflow/dialogs/create-bucket/nf-registry-create-bucket.html index e2be074fd..c721c8ac1 100644 --- a/nifi-registry-web-ui/src/main/webapp/components/administration/workflow/dialogs/create-bucket/nf-registry-create-bucket.html +++ b/nifi-registry-web-ui/src/main/webapp/components/administration/workflow/dialogs/create-bucket/nf-registry-create-bucket.html @@ -38,7 +38,7 @@ i18n="Cancel creation of new bucket|A button for cancelling the creation of a new bucket in the registry.@@nf-admin-workflow-cancel-create-bucket-button"> Cancel - diff --git a/nifi-registry-web-ui/src/main/webapp/components/administration/workflow/nf-registry-workflow-administration.html b/nifi-registry-web-ui/src/main/webapp/components/administration/workflow/nf-registry-workflow-administration.html index 4b9744c00..62de91a19 100644 --- a/nifi-registry-web-ui/src/main/webapp/components/administration/workflow/nf-registry-workflow-administration.html +++ b/nifi-registry-web-ui/src/main/webapp/components/administration/workflow/nf-registry-workflow-administration.html @@ -24,7 +24,8 @@ (add)="nfRegistryService.bucketsSearchAdd($event)" (remove)="nfRegistryService.bucketsSearchRemove($event)">
-
From 7d178a0cd330a27ee75dc7363ca6c8ae125dc4f7 Mon Sep 17 00:00:00 2001 From: Andrew Lim Date: Wed, 13 Jun 2018 14:09:18 -0400 Subject: [PATCH 2/2] NIFIREG-56: Added element ids to facilitate bucket testing use cases --- .../sidenav/manage-bucket/nf-registry-manage-bucket.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/nifi-registry-web-ui/src/main/webapp/components/administration/workflow/sidenav/manage-bucket/nf-registry-manage-bucket.html b/nifi-registry-web-ui/src/main/webapp/components/administration/workflow/sidenav/manage-bucket/nf-registry-manage-bucket.html index cf2e59df9..777665584 100644 --- a/nifi-registry-web-ui/src/main/webapp/components/administration/workflow/sidenav/manage-bucket/nf-registry-manage-bucket.html +++ b/nifi-registry-web-ui/src/main/webapp/components/administration/workflow/sidenav/manage-bucket/nf-registry-manage-bucket.html @@ -18,7 +18,7 @@
{{nfRegistryService.bucket.name}} -
@@ -34,6 +34,7 @@