|
|
@ -60,6 +60,7 @@ function Management() {
|
|
|
|
showDisableConfirm(account, checked)
|
|
|
|
showDisableConfirm(account, checked)
|
|
|
|
}} />
|
|
|
|
}} />
|
|
|
|
<Button type='link' key='resetPassword' onClick={() => showResetPasswordConfirm(account)}>{t('account:action.resetPassword')}</Button>
|
|
|
|
<Button type='link' key='resetPassword' onClick={() => showResetPasswordConfirm(account)}>{t('account:action.resetPassword')}</Button>
|
|
|
|
|
|
|
|
<Button type='link' key='editAccount' onClick={() => onAccountSeleted(account)}>{t('account:action.edit')}</Button>
|
|
|
|
</Space>
|
|
|
|
</Space>
|
|
|
|
)
|
|
|
|
)
|
|
|
|
}
|
|
|
|
}
|
|
|
|