+
- |
+ |
{{ 'mxk.apps.icon' | i18n }} |
{{ 'mxk.text.id' | i18n }} |
@@ -103,11 +77,8 @@
- |
+ |
 |
{{ data.id }} |
@@ -144,15 +115,18 @@
{{ 'mxk.apps.category.1912' | i18n }}
{{ data.sortIndex }} |
- |
+ |
-
+
-
+
|
-
+
\ No newline at end of file
diff --git a/maxkey-web-frontend/maxkey-web-mgt-app/src/app/routes/config/accounts-strategy/accounts-strategy.component.html b/maxkey-web-frontend/maxkey-web-mgt-app/src/app/routes/config/accounts-strategy/accounts-strategy.component.html
index c8534441..4527d2ed 100644
--- a/maxkey-web-frontend/maxkey-web-mgt-app/src/app/routes/config/accounts-strategy/accounts-strategy.component.html
+++ b/maxkey-web-frontend/maxkey-web-mgt-app/src/app/routes/config/accounts-strategy/accounts-strategy.component.html
@@ -7,17 +7,19 @@
{{ 'mxk.accountsstrategy.name' | i18n }}
-
+
-
-
+
+
+ {{ query.expandForm ? ('mxk.text.collapse' | i18n) : ('mxk.text.expand' | i18n) }}
@@ -25,84 +27,54 @@
-
+
-
+
- |
+ |
Id |
{{ 'mxk.accountsstrategy.name' | i18n }} |
{{ 'mxk.accountsstrategy.appIcon' | i18n }} |
{{ 'mxk.accountsstrategy.appName' | i18n }} |
{{ 'mxk.accountsstrategy.createType' | i18n }} |
{{ 'mxk.text.status' | i18n }} |
- {{ 'mxk.text.action' | i18n }} |
+ {{ 'mxk.text.action' | i18n }} |
- |
+ |
{{ data.id }}
|
{{ data.name }} |
 |
{{ data.appName }} |
- {{ data.createType == 'manual' ? ('mxk.text.manual' | i18n) : ('mxk.text.manual' | i18n) }} |
- |
+ {{ data.createType == 'manual' ? ('mxk.text.manual' | i18n) : ('mxk.text.manual' | i18n) }}
+ |
+ |
-
-
+
+ [nzOkText]="'mxk.text.delete.popconfirm.okText' | i18n" (nzOnConfirm)="onDelete(data.id)" nzDanger>{{
+ 'mxk.text.delete' | i18n }}
|
-
+
\ No newline at end of file
diff --git a/maxkey-web-frontend/maxkey-web-mgt-app/src/app/routes/config/adapters/adapters.component.html b/maxkey-web-frontend/maxkey-web-mgt-app/src/app/routes/config/adapters/adapters.component.html
index afee300f..828f2d3c 100644
--- a/maxkey-web-frontend/maxkey-web-mgt-app/src/app/routes/config/adapters/adapters.component.html
+++ b/maxkey-web-frontend/maxkey-web-mgt-app/src/app/routes/config/adapters/adapters.component.html
@@ -7,17 +7,19 @@
{{ 'mxk.adapters.name' | i18n }}
-
+
-
-
+
+
+ {{ query.expandForm ? ('mxk.text.collapse' | i18n) : ('mxk.text.expand' | i18n) }}
@@ -25,57 +27,31 @@
-
+
-
+
- |
+ |
Id |
{{ 'mxk.adapters.name' | i18n }} |
{{ 'mxk.adapters.protocol' | i18n }} |
{{ 'mxk.text.sortIndex' | i18n }} |
{{ 'mxk.text.description' | i18n }} |
- {{ 'mxk.text.action' | i18n }} |
+ {{ 'mxk.text.action' | i18n }} |
- |
+ |
{{ data.id }}
|
@@ -85,22 +61,16 @@
{{ data.description }} |
-
-
+
+ [nzOkText]="'mxk.text.delete.popconfirm.okText' | i18n" (nzOnConfirm)="onDelete(data.id)" nzDanger>{{
+ 'mxk.text.delete' | i18n }}
|
-
+
\ No newline at end of file
diff --git a/maxkey-web-frontend/maxkey-web-mgt-app/src/app/routes/config/connectors/connectors.component.html b/maxkey-web-frontend/maxkey-web-mgt-app/src/app/routes/config/connectors/connectors.component.html
index 7a176f41..d850d1d7 100644
--- a/maxkey-web-frontend/maxkey-web-mgt-app/src/app/routes/config/connectors/connectors.component.html
+++ b/maxkey-web-frontend/maxkey-web-mgt-app/src/app/routes/config/connectors/connectors.component.html
@@ -7,24 +7,19 @@
{{ 'mxk.connectors.connName' | i18n }}
-
+
-
-
+
+
+ {{ query.expandForm ? ('mxk.text.collapse' | i18n) : ('mxk.text.expand' | i18n) }}
@@ -32,40 +27,19 @@
-
+
-
+
- |
+ |
Id |
{{ 'mxk.connectors.connName' | i18n }} |
{{ 'mxk.connectors.justInTime' | i18n }} |
@@ -75,11 +49,8 @@
- |
+ |
{{ data.id }}
|
@@ -87,25 +58,19 @@
{{ data.connName }} |
{{ 'mxk.text.yes' | i18n }} |
{{ 'mxk.text.no' | i18n }} |
- |
+ |
-
+ [nzOkText]="'mxk.text.delete.popconfirm.okText' | i18n" (nzOnConfirm)="onDelete(data.id)" nzDanger>{{
+ 'mxk.text.delete' | i18n }}
|
-
+
\ No newline at end of file
diff --git a/maxkey-web-frontend/maxkey-web-mgt-app/src/app/routes/config/socials-provider/socials-provider.component.html b/maxkey-web-frontend/maxkey-web-mgt-app/src/app/routes/config/socials-provider/socials-provider.component.html
index 6fdcd862..cb66e3aa 100644
--- a/maxkey-web-frontend/maxkey-web-mgt-app/src/app/routes/config/socials-provider/socials-provider.component.html
+++ b/maxkey-web-frontend/maxkey-web-mgt-app/src/app/routes/config/socials-provider/socials-provider.component.html
@@ -7,24 +7,19 @@
{{ 'mxk.socialsproviders.providerName' | i18n }}
-
+
-
-
+
+
+ {{ query.expandForm ? ('mxk.text.collapse' | i18n) : ('mxk.text.expand' | i18n) }}
@@ -32,40 +27,19 @@
-
+
-
+
- |
+ |
Id |
{{ 'mxk.socialsproviders.icon' | i18n }} |
{{ 'mxk.socialsproviders.provider' | i18n }} |
@@ -80,11 +54,8 @@
- |
+ |
{{ data.id }}
|
@@ -92,28 +63,24 @@
{{ data.provider }} |
{{ data.providerName }} |
{{ data.sortIndex }} |
- |
- |
+ |
+ |
- |
+ |
-
+ [nzOkText]="'mxk.text.delete.popconfirm.okText' | i18n" (nzOnConfirm)="onDelete(data.id)" nzDanger>{{
+ 'mxk.text.delete' | i18n }}
|
-
+
\ No newline at end of file
diff --git a/maxkey-web-frontend/maxkey-web-mgt-app/src/app/routes/config/synchronizers/synchronizers.component.html b/maxkey-web-frontend/maxkey-web-mgt-app/src/app/routes/config/synchronizers/synchronizers.component.html
index 3196aa7e..6b5dcb8b 100644
--- a/maxkey-web-frontend/maxkey-web-mgt-app/src/app/routes/config/synchronizers/synchronizers.component.html
+++ b/maxkey-web-frontend/maxkey-web-mgt-app/src/app/routes/config/synchronizers/synchronizers.component.html
@@ -7,17 +7,19 @@
{{ 'mxk.synchronizers.name' | i18n }}
-
+
-
-
+
+
+ {{ query.expandForm ? ('mxk.text.collapse' | i18n) : ('mxk.text.expand' | i18n) }}
@@ -25,40 +27,19 @@
-
+
-
+
- |
+ |
Id |
{{ 'mxk.synchronizers.name' | i18n }} |
{{ 'mxk.synchronizers.scheduler' | i18n }} |
@@ -68,37 +49,28 @@
- |
+ |
{{ data.id }}
|
{{ data.name }} |
{{ data.scheduler }} |
- |
+ |
-
+ [nzOkText]="'mxk.text.delete.popconfirm.okText' | i18n" (nzOnConfirm)="onDelete(data.id)" nzDanger>{{
+ 'mxk.text.delete' | i18n }}
|
-
+
\ No newline at end of file
diff --git a/maxkey-web-frontend/maxkey-web-mgt-app/src/app/routes/idm/group-members/group-members.component.html b/maxkey-web-frontend/maxkey-web-mgt-app/src/app/routes/idm/group-members/group-members.component.html
index 526fc2c5..126d4d9f 100644
--- a/maxkey-web-frontend/maxkey-web-mgt-app/src/app/routes/idm/group-members/group-members.component.html
+++ b/maxkey-web-frontend/maxkey-web-mgt-app/src/app/routes/idm/group-members/group-members.component.html
@@ -8,39 +8,23 @@
{{ 'mxk.groups.name' | i18n }}
-
+
+ }}
-
+
|
@@ -51,11 +35,8 @@
- |
+ |
{{ data.id }}
|
@@ -74,37 +55,25 @@
{{ 'mxk.roles.name' | i18n }}
-
+
{{ 'mxk.users.username' | i18n }}
-
+
-
+
+ {{ query.expandForm ? ('mxk.text.collapse' | i18n) : ('mxk.text.expand' | i18n) }}
@@ -112,46 +81,25 @@
-
-
+
+ [nzOkText]="'mxk.text.delete.popconfirm.okText' | i18n" (nzOnConfirm)="onBatchDelete()"
+ [nzType]="'primary'" nzDanger class="mx-sm">{{ 'mxk.text.batchDelete' | i18n }}
-
+
- |
+ |
{{ 'mxk.roles.name' | i18n }} |
{{ 'mxk.users.username' | i18n }} |
{{ 'mxk.users.displayName' | i18n }} |
@@ -163,32 +111,22 @@
- |
+ |
{{ data.groupName }} |
{{ data.username }} |
{{ data.displayName }} |
{{ data.department }} |
{{ data.jobTitle }} |
- {{ data.gender == 1 ? ('mxk.users.gender.female' | i18n) : ('mxk.users.gender.male' | i18n) }} |
+ {{ data.gender == 1 ? ('mxk.users.gender.female' | i18n) :
+ ('mxk.users.gender.male' | i18n) }} |
-
+ [nzOkText]="'mxk.text.delete.popconfirm.okText' | i18n" (nzOnConfirm)="onDelete(data.id)"
+ nzDanger>{{ 'mxk.text.delete' | i18n }}
|
@@ -199,4 +137,4 @@
-
+
\ No newline at end of file
diff --git a/maxkey-web-frontend/maxkey-web-mgt-app/src/app/routes/idm/groups/groups.component.html b/maxkey-web-frontend/maxkey-web-mgt-app/src/app/routes/idm/groups/groups.component.html
index ffccb059..51fd50b6 100644
--- a/maxkey-web-frontend/maxkey-web-mgt-app/src/app/routes/idm/groups/groups.component.html
+++ b/maxkey-web-frontend/maxkey-web-mgt-app/src/app/routes/idm/groups/groups.component.html
@@ -7,24 +7,19 @@
{{ 'mxk.groups.name' | i18n }}
-
+
-
-
+
+
+ {{ query.expandForm ? ('mxk.text.collapse' | i18n) : ('mxk.text.expand' | i18n) }}
@@ -32,40 +27,19 @@
-
+
-
+
- |
+ |
Id |
{{ 'mxk.groups.name' | i18n }} |
{{ 'mxk.groups.category' | i18n }} |
@@ -75,11 +49,8 @@
- |
+ |
{{ data.id }}
|
@@ -98,20 +69,16 @@
- - {{ 'mxk.groups.member' | i18n }}
- - {{ 'mxk.groups.permissions' | i18n }}
- - {{ 'mxk.groups.member' | i18n }}
+
+ - {{ 'mxk.groups.permissions' |
+ i18n }}
+ - {{ 'mxk.text.delete' | i18n }}
+ nz-popconfirm nzPopconfirmTitle="{{ 'mxk.text.delete.popconfirm.title' | i18n }}"
+ nzPopconfirmPlacement="left" [nzCancelText]="'mxk.text.delete.popconfirm.cancelText' | i18n"
+ [nzOkText]="'mxk.text.delete.popconfirm.okText' | i18n" (nzOnConfirm)="onDelete(data.id)" nzDanger>{{
+ 'mxk.text.delete' | i18n }}
@@ -119,4 +86,4 @@
-
+
\ No newline at end of file
diff --git a/maxkey-web-frontend/maxkey-web-mgt-app/src/app/routes/idm/organizations/organizations.component.html b/maxkey-web-frontend/maxkey-web-mgt-app/src/app/routes/idm/organizations/organizations.component.html
index 507a1dd3..e1bd8df7 100644
--- a/maxkey-web-frontend/maxkey-web-mgt-app/src/app/routes/idm/organizations/organizations.component.html
+++ b/maxkey-web-frontend/maxkey-web-mgt-app/src/app/routes/idm/organizations/organizations.component.html
@@ -7,23 +7,18 @@
{{ 'mxk.organizations.name' | i18n }}
-
+
-
-
+
+
+ {{ query.expandForm ? ('mxk.text.collapse' | i18n) : ('mxk.text.expand' | i18n) }}
@@ -32,31 +27,14 @@
-
+
-
+
@@ -77,24 +55,14 @@
-
+
- |
+ |
{{ 'mxk.organizations.code' | i18n }} |
{{ 'mxk.organizations.name' | i18n }} |
{{ 'mxk.organizations.type' | i18n }} |
@@ -105,22 +73,21 @@
- |
+ |
{{ data.orgCode }}
|
{{ data.orgName }} |
{{ 'mxk.organizations.type.company' | i18n }} |
{{ 'mxk.organizations.type.division' | i18n }} |
- {{ 'mxk.organizations.type.department' | i18n }} |
+ {{ 'mxk.organizations.type.department' | i18n }}
+ |
{{ 'mxk.organizations.type.entity' | i18n }} |
{{ 'mxk.organizations.type.virtual' | i18n }} |
{{ data.sortIndex }} |
- |
+ |
+ [nzOkText]="'mxk.text.delete.popconfirm.okText' | i18n" (nzOnConfirm)="onDelete(data.id)" nzDanger>{{
+ 'mxk.text.delete' | i18n }}
|
@@ -146,4 +107,4 @@
-
+
\ No newline at end of file
diff --git a/maxkey-web-frontend/maxkey-web-mgt-app/src/app/routes/idm/users/users.component.html b/maxkey-web-frontend/maxkey-web-mgt-app/src/app/routes/idm/users/users.component.html
index 4c8078fd..7fa6cbaf 100644
--- a/maxkey-web-frontend/maxkey-web-mgt-app/src/app/routes/idm/users/users.component.html
+++ b/maxkey-web-frontend/maxkey-web-mgt-app/src/app/routes/idm/users/users.component.html
@@ -7,23 +7,18 @@
{{ 'mxk.users.username' | i18n }}
-
+
-
-
+
+
+ {{ query.expandForm ? ('mxk.text.collapse' | i18n) : ('mxk.text.expand' | i18n) }}
@@ -37,32 +32,16 @@
-