+
+
+ {{:: 'trusted-hosts-legend.tooltip' | translate}}
+
+
+
+
+
+
+
+ |
+
+
+ {{:: 'hostname' | translate}} |
+ {{:: 'count' | translate}} |
+ {{:: 'remainingCount' | translate}} |
+ {{:: 'actions' | translate}} |
+
+
+
+
+ {{host.hostName}} |
+ {{host.count}} |
+ {{host.remainingCount}} |
+ {{:: 'update' | translate}} |
+ {{:: 'delete' | translate}} |
+
+
+ {{:: 'no-results' | translate}} |
+ {{:: 'no-client-trusted-hosts-available' | translate}} |
+
+
+
+
+
+
+
+ {{:: 'initial-access-tokens.tooltip' | translate}}
+
@@ -8,7 +61,7 @@
-
+
{{:: 'id' | translate}} |
{{:: 'created' | translate}} |
{{:: 'expires' | translate}} |
@@ -31,7 +84,7 @@
-
+
{{ia.id}} |
{{(ia.timestamp * 1000)|date:'shortDate'}} {{(ia.timestamp * 1000)|date:'mediumTime'}} |
{{((ia.timestamp + ia.expiration) * 1000)|date:'shortDate'}} {{((ia.timestamp + ia.expiration) * 1000)|date:'mediumTime'}} |
@@ -39,9 +92,9 @@
{{ia.remainingCount}} |
{{:: 'delete' | translate}} |
-
- {{:: 'no-results' | translate}} |
- {{:: 'no-clients-available' | translate}} |
+
+ {{:: 'no-results' | translate}} |
+ {{:: 'no-initial-access-available' | translate}} |
diff --git a/themes/src/main/resources/theme/base/admin/resources/partials/client-reg-trusted-host-create.html b/themes/src/main/resources/theme/base/admin/resources/partials/client-reg-trusted-host-create.html
new file mode 100644
index 0000000000..cb07613a58
--- /dev/null
+++ b/themes/src/main/resources/theme/base/admin/resources/partials/client-reg-trusted-host-create.html
@@ -0,0 +1,55 @@
+
+
+
+
+
\ No newline at end of file
diff --git a/themes/src/main/resources/theme/base/admin/resources/partials/client-reg-trusted-host-detail.html b/themes/src/main/resources/theme/base/admin/resources/partials/client-reg-trusted-host-detail.html
new file mode 100644
index 0000000000..5644fc1dd9
--- /dev/null
+++ b/themes/src/main/resources/theme/base/admin/resources/partials/client-reg-trusted-host-detail.html
@@ -0,0 +1,64 @@
+
+
+
+
+
\ No newline at end of file
diff --git a/themes/src/main/resources/theme/base/admin/resources/templates/kc-menu.html b/themes/src/main/resources/theme/base/admin/resources/templates/kc-menu.html
index e766bcb33e..96fb2472e2 100755
--- a/themes/src/main/resources/theme/base/admin/resources/templates/kc-menu.html
+++ b/themes/src/main/resources/theme/base/admin/resources/templates/kc-menu.html
@@ -25,6 +25,7 @@
|| path[2] == 'theme-settings'
|| path[2] == 'token-settings'
|| path[2] == 'cache-settings'
+ || path[2] == 'client-initial-access'
|| path[2] == 'defense'
|| path[2] == 'keys-settings' || path[2] == 'smtp-settings' || path[2] == 'ldap-settings' || path[2] == 'auth-settings') && path[3] != 'clients') && 'active'">
{{:: 'realm-settings' | translate}}