diff --git a/ui/package.json b/ui/package.json index 98bfc9ee7..0a986a67e 100644 --- a/ui/package.json +++ b/ui/package.json @@ -4,7 +4,7 @@ "license": "MIT", "scripts": { "ng": "ng", - "start": "ng serve --proxy-config proxy.conf.json --i18nFile=./src/locale/en.xlf --i18nFormat=xlf --locale=es --aot", + "start": "ng serve --proxy-config proxy.conf.json --i18nFile=./src/locale/en.xlf --i18nFormat=xlf --locale=en --aot", "build": "ng build", "test": "ng test --code-coverage", "lint": "ng lint", diff --git a/ui/src/app/metadata-filter/container/new-filter.component.html b/ui/src/app/metadata-filter/container/new-filter.component.html index 47850c29d..227165feb 100644 --- a/ui/src/app/metadata-filter/container/new-filter.component.html +++ b/ui/src/app/metadata-filter/container/new-filter.component.html @@ -16,15 +16,26 @@
- +
+ + + Filter Name + + +
@@ -33,10 +44,21 @@
- +
+ + + Search Entity ID + + +
- + Add NameID Format - Add NameId Format popover + Add NameID Format popover
- +
-
diff --git a/ui/src/locale/en.xlf b/ui/src/locale/en.xlf index f6d05993a..851a1a5e0 100644 --- a/ui/src/locale/en.xlf +++ b/ui/src/locale/en.xlf @@ -1956,8 +1956,8 @@ - NameId Format - NameId Format + NameID Format + NameID Format app/metadata-provider/component/forms/finish-form.component.ts 76 @@ -2008,7 +2008,7 @@ Filter Name app/metadata-filter/container/new-filter.component.ts - 30 + 22 @@ -2016,7 +2016,15 @@ (Dashboard Display Only) app/metadata-filter/container/new-filter.component.ts - 32 + 24 + + + + Filter Name + Filter Name + + app/metadata-filter/container/new-filter.component.ts + 30 @@ -2027,6 +2035,22 @@ 46 + + Search Entity ID + Search Entity ID + + app/metadata-filter/container/new-filter.component.ts + 51 + + + + Save Changes + Save Changes + + app/metadata-filter/container/new-filter.component.ts + 79 + + diff --git a/ui/src/locale/es.xlf b/ui/src/locale/es.xlf index 2a9c768de..69b2504ce 100644 --- a/ui/src/locale/es.xlf +++ b/ui/src/locale/es.xlf @@ -1952,8 +1952,8 @@ - NameId Format - NameId Format (es) + NameID Format + NameID Format (es) app/metadata-provider/component/forms/finish-form.component.ts 76 @@ -1999,6 +1999,54 @@ 60 + + Filter Name + Filter Name (es) + + app/metadata-filter/container/new-filter.component.ts + 22 + + + + (Dashboard Display Only) + (Dashboard Display Only) (es) + + app/metadata-filter/container/new-filter.component.ts + 24 + + + + Filter Name + Filter Name (es) + + app/metadata-filter/container/new-filter.component.ts + 30 + + + + Search Entity ID + Search Entity ID (es) + + app/metadata-filter/container/new-filter.component.ts + 46 + + + + Search Entity ID + Search Entity ID (es) + + app/metadata-filter/container/new-filter.component.ts + 51 + + + + Save Changes + Save Changes (es) + + app/metadata-filter/container/new-filter.component.ts + 79 + + \ No newline at end of file