OSDN Git Service

add the logic for new asset page.
authorZhiting Lin <zlin035@uottawa.ca>
Mon, 8 Apr 2019 02:14:51 +0000 (10:14 +0800)
committerZhiting Lin <zlin035@uottawa.ca>
Mon, 8 Apr 2019 02:14:51 +0000 (10:14 +0800)
commit5976e4c7206b30c6313e5b7bfe216cba4bb3a437
treec534c8e480fb0e028e8c7401f2b5d3cc38e3080a
parentb8eacbbc8707fa831f38c0d429287aa4673d1f7d
add the logic for new asset page.
13 files changed:
src/features/assets/actions.js
src/features/assets/components/New.jsx
src/features/assets/components/New.scss [new file with mode: 0644]
src/features/assets/components/NewAssetInfo.jsx [new file with mode: 0644]
src/features/assets/components/NewKeyAndSign.jsx [new file with mode: 0644]
src/features/configuration/components/Index/Index.jsx
src/features/shared/actions/create.js
src/features/shared/components/RadioField/RadioField.jsx [new file with mode: 0644]
src/features/shared/components/RadioField/RadioField.scss [new file with mode: 0644]
src/features/shared/components/index.js
src/locales/en/translation.json
src/locales/zh/translation.json
src/utility/string.js