From 6085007168632fcda855de0f1a6939f1b271f448 Mon Sep 17 00:00:00 2001 From: Scott Aslan Date: Thu, 11 Jan 2018 21:32:29 -0500 Subject: [PATCH] [NIFIREG-117] update sorting function name and add ellipsis to long text in sidenav tables --- .../nf-registry-add-user-to-groups.html | 35 ++++++++++--------- .../nf-registry-add-users-to-group.html | 32 ++++++++--------- 2 files changed, 34 insertions(+), 33 deletions(-) diff --git a/nifi-registry-web-ui/src/main/webapp/components/administration/users/dialogs/add-user-to-groups/nf-registry-add-user-to-groups.html b/nifi-registry-web-ui/src/main/webapp/components/administration/users/dialogs/add-user-to-groups/nf-registry-add-user-to-groups.html index c3103e355..829248fd1 100644 --- a/nifi-registry-web-ui/src/main/webapp/components/administration/users/dialogs/add-user-to-groups/nf-registry-add-user-to-groups.html +++ b/nifi-registry-web-ui/src/main/webapp/components/administration/users/dialogs/add-user-to-groups/nf-registry-add-user-to-groups.html @@ -24,7 +24,7 @@
-
{{column.label}} @@ -40,24 +40,25 @@
-
-
-
-
- {{column.format ? - column.format(row[column.name]) : row[column.name]}} -
-
-
- - +
+
+
+ {{column.format ? + column.format(group[column.name]) : group[column.name]}}
+
+ + +
diff --git a/nifi-registry-web-ui/src/main/webapp/components/administration/users/dialogs/add-users-to-group/nf-registry-add-users-to-group.html b/nifi-registry-web-ui/src/main/webapp/components/administration/users/dialogs/add-users-to-group/nf-registry-add-users-to-group.html index 3bab6c45e..427d37015 100644 --- a/nifi-registry-web-ui/src/main/webapp/components/administration/users/dialogs/add-users-to-group/nf-registry-add-users-to-group.html +++ b/nifi-registry-web-ui/src/main/webapp/components/administration/users/dialogs/add-users-to-group/nf-registry-add-users-to-group.html @@ -40,24 +40,24 @@
-
-
-
-
- {{column.format ? - column.format(row[column.name]) : row[column.name]}} -
-
-
- - +
+
+
+ {{column.format ? column.format(user[column.name]) : user[column.name]}}
+
+ + +