Jingwei.Zhang
86fd689e78
refactor: Remove useless func getUrl
...
Remove useless func getUrl
Change-Id: I12989c6efcfc4ba7fb4cd292860be9059b74497b
2021-11-18 09:13:18 +08:00
Jingwei.Zhang
6d2ea1bf34
refactor: Refactor path jump
...
Refactor path jump by routeName which is defined in menu as key
Change-Id: I82cda19a2b92b29498238b85c75181848e51e072
2021-11-11 09:59:51 +08:00
zhuyue
520a48e954
fix: Just show session expired error when 401
...
just show session expired error when 401
Change-Id: If561f233ba87bbb732556a29ac59c4316768b7a6
2021-09-29 17:16:13 +08:00
Jingwei.Zhang
5d69f66eac
feat: Update download file name in detail page
...
Add detail resource name and detail id in download file name, such as ,`instance-fd3ec1bb-9423-4537-b74e-8f967ed011c7-volumes-all-2021-09-13 16_15_20.csv` means downlaod all the volumes in instance fd3ec1bb-9423-4537-b74e-8f967ed011c7 detail page
Change-Id: Ied8e9ae5104b821866d44137679cccafc0f69656
2021-09-13 16:56:05 +08:00
zhangjingwei
61f21da7e6
feat: Update datas to data
...
1. Update datas to data
2. Update metadatas to metadata
3. Update data intro && codes in docs
Change-Id: I2041b69c6d9a9e9ec61c3861ad8860af5ac5cc0b
2021-09-13 14:34:25 +08:00
Jingwei.Zhang
30210e33c6
fix: Fix redirect to pre page after login
...
1. Fix redirect to pre page after login when visit page first
2. Fix gotoLogin in client request
3. Refactor functions in create instance
4. Refactor functions in instance detail
5. Update module export
Change-Id: If7b166afc70e807c753ebf5901434166d4a7b602
2021-09-10 15:55:19 +08:00
Zuul
f86b7a3207
Merge "feat: Add error card for instance with 'fault'"
2021-09-07 10:44:25 +00:00
zhuyue
f24eda0de3
feat: Add error card for instance with 'fault'
...
add error card for instance with 'fault' in detail page
Change-Id: I781f9ea4f726c1b175c424d1b3f1cdd40e747eb8
2021-09-07 17:41:51 +08:00
Jingwei.Zhang
535badf92e
fix: Fix import circle
...
Fix import circle
Change-Id: I3588254da48ade79c31c99a6f03bd48c82350116
2021-09-07 12:57:18 +08:00
zhangjingwei
bc9b43e08c
fix: Fix table height with hint
...
Fix table height with hint
Change-Id: I89f9db8d93590922ab02f6ad025c9a253bc56034
2021-09-02 16:42:37 +08:00
zhangjingwei
23083c1643
fix: Update List component to support init filter
...
Update List component to support init filter
Change-Id: I0a20e9d57b958be73b144e7eb026459f05699d9f
2021-09-02 12:52:17 +08:00
zhangjingwei
824ebdd984
fix: Fix user columns
...
1. Fix user columns
2. Update isInxxx name to inxxx
3. Fix inDetailPage intro in md
Change-Id: I377215e853de0ddbadd255a9b82459ca4343b037
2021-09-02 10:09:03 +08:00
xusongfu
4f48242fac
fix: Fix auto resize
...
Auto resize table height when windows size change
Change-Id: Ic40d4520d1d62a64f3471e2f169f6f1f99d29f80
2021-08-27 17:27:16 +08:00
xusongfu
008dde73fb
fix: Fix auto refresh in volume detail
...
1. Add refresh button in detail top
2. Remove useless codes
Change-Id: Ia5c6ec82667b6e55437555c30f38144c101309d3
2021-08-26 17:36:11 +08:00
zhangjingwei
af6446ceb2
fix: Fix callback after action submit
...
Fix callback after action submit
Change-Id: I6b63e3219402e9ac0008145fddff7f417fc7b6df
2021-08-26 13:40:19 +08:00
xusongfu
b80b85911a
fix: Fix filter search error in admin page
...
Use getSearchFilters function to filter data to avoid above problem
Change-Id: If560fb1c9b89d71e6bd2ebda2184859d1f868ef1
2021-08-26 09:37:54 +08:00
Jingwei.Zhang
19fab7e17f
fix: Fix refresh data in detail page after finishing action
...
1. Fix edit metadata success hint
2. Fix manage image metadata success hint
3. Fix create/edit project modal top padding
4. Fix edit user modal top padding
5. Fix create user group modal top padding
6. Fix refresh list page in detail after finishing action in detail page
7. Remove useless fetch in base detail page
Change-Id: I80fe346cc0be4bdb8607088578fa2acb446cf084
2021-08-25 09:50:37 +00:00
Jingwei.Zhang
8788c7a2e5
fix: Fix notify with promise reject
...
1. Fix notify with promise reject
2. Fix constants module import
Change-Id: I36d70c9421b1df26a379d692490a64f82654ea12
2021-08-25 16:39:46 +08:00
Jingwei.Zhang
f1c3df26a4
fix: Fix action hint without name
...
Fix action hint without name
Change-Id: Ie1e88b2749399dbe0291d739e18a25aaaf0faaac
2021-08-25 13:36:01 +08:00
xusongfu
e504f7e3c6
fix: Fix the prompts in batch deletion
...
When batch deletion error, the error message will pop up according to the queue
Change-Id: I3b3cf4b2a76aad13ebe79fc1a02d036ed163b9c4
2021-08-25 11:03:03 +08:00
Jingwei.Zhang
c960f06c1a
feat: Support client module
...
1. Add client module to request openstack api
2. Remove window.request, stores use client to request api
3. Remove window.globals, use globalRootStore to deal with user info
Change-Id: I5657cfd8cf142dbacce8716991f805bbbb4a9222
2021-08-24 15:58:45 +08:00
zhuyue
15128f67e3
fix: Fix for 5xx error & errorWithDetail params
...
1. fix for 5xx error
2. change the order of errorWithDetail params
Change-Id: I7a6807aeb5ca6d6c508d8bdf8dfdbd7e507705d9
2021-08-23 04:34:01 +00:00
Jingwei.Zhang
34c13a2dcb
fix: Fix system_reader role operation permission bug
...
1. Fix system_reader role has operation permissions on administrator page
2. Mark TODO of supported system scope roles
Change-Id: Icd697e0b5238a25307c3d24fc6742600f892b547
2021-08-20 14:34:33 +08:00
Jingwei.Zhang
74d8165834
fix: Fix hint in List
...
Fix hint render in BaseList component
Change-Id: I57ee116bfc94dbe64bea66e9b9d13912cb95ab52
2021-08-19 11:21:39 +08:00
Hanxiang Gao
4eb68e7fb2
feat: Add initial code of skyline-console
...
Add initial code of skyline-console
Change-Id: Icba2152a014761f53789357b5085d0779cd0e2a4
2021-06-01 23:29:30 +08:00