diff --git a/src/styles/ztree.css b/src/styles/ztree.css index 7c432bbfd..50bb26aad 100644 --- a/src/styles/ztree.css +++ b/src/styles/ztree.css @@ -323,6 +323,31 @@ website: http://code.google.com/p/jquerytree/ display: inline-block; color: #676a6c; } +.ztree li span.button.chrome_ico_docu::before { + content: "\f268"; + font-family: FontAwesome; + padding-top: 10px; + padding-left: 2px; + display: inline-block; + color: #676a6c; +} +.ztree li span.button.database_ico_docu::before { + content: "\f1c0"; + font-family: FontAwesome; + padding-top: 10px; + padding-left: 2px; + display: inline-block; + color: #676a6c; +} +.ztree li span.button.cloud_ico_docu::before { + content: "\f0c2"; + font-family: FontAwesome; + padding-top: 10px; + padding-left: 2px; + display: inline-block; + color: #676a6c; +} + .ztree li span.button.windows_ico_docu::before { content: "\f17a"; font-family: FontAwesome; diff --git a/src/views/accounts/ApplicationAccount/ApplicationAccountList.vue b/src/views/accounts/ApplicationAccount/ApplicationAccountList.vue index d7668f557..b3ba722a9 100644 --- a/src/views/accounts/ApplicationAccount/ApplicationAccountList.vue +++ b/src/views/accounts/ApplicationAccount/ApplicationAccountList.vue @@ -1,401 +1,106 @@ - - - - - - - - - - {{ $t('accounts.PleaseClickLeftApplicationToViewApplicationAccount') }} - - - - - - - - - - - - - - - - - - - - - MFA - - - - {{ $t('common.MFARequireForSecurity') }} - - - {{ this.$t('common.Confirm') }} - - - - - - - - {{ option.label }} - - - - - {{ option.label }} - - - - - + + + + +