Commit Graph

16 Commits

Author SHA1 Message Date
16f6a084d0 Initial commit with Skyline console code 2024-10-23 22:00:27 +00:00
zhangjingwei
5501bad74a feat: add Turkish language to the default config
1. add Turkish language in the default config.yaml
2. fix the tr key in the locales

Change-Id: I9e23d14e5b5114c8d827770b33b8254b9d7a3be2
(cherry picked from commit 23ea22a1de)
2024-09-25 04:10:49 +00:00
Igor Bogomolov
c4e1f81a3c Adding Russian translation
Change-Id: Ia9e7821f4f541ec13747b7632a2d69c58ec10285
Signed-off-by: Igor Bogomolov <bogomolov@ispras.ru>
2024-01-21 18:03:18 +03:00
zhangjingwei
e018659955 feat: support a custom UI theme
support a custom UI theme

Change-Id: Ic2f25fcc4620b06710c3ff1f26f84aba43881762
2024-01-03 11:45:28 +08:00
Jingwei.Zhang
b36d5593e6 feat: support custom locale language
support custom locale language and custom support languages.

Change-Id: Ia235cb83b65c8530449f52d9ea575c3d6f603f04
2023-08-09 09:25:11 +08:00
Jingwei.Zhang
0213d8c6d6 feat: optimize configuration reading
Add config/config.yaml to set default configurations. Use the config/local_config.yaml to set the custom configurations

Change-Id: I22049e478b6440c765751c8f17663f36f33c277a
2023-05-31 11:41:19 +08:00
Jingwei.Zhang
985c03af95 feat: add global navigation
1. Add global navigation at the left top position of the whole page
2. Update the right menu layout to adjust the global navigation
3. The global navigation show the extended menu in the console/user center/administrator

Change-Id: Iee64af2821bd034e3818166308512d946e44cbe7
2022-11-09 09:57:38 +08:00
Jingwei.Zhang
49bc50dbea fix: remove Chinese in the svgs/comments
1. remove Chinese in the svgs/comments
2. convert Chinese to English for some svgs/comments

Change-Id: I2927a87ef4db060ae385e0d3f1a54d658f1fd200
2022-08-09 15:31:59 +08:00
kanyifei
d43d568ef4 perf: optimize cold start speed, fix hot module reload
Change-Id: I9780c873026e54a8e1ff677236760dd6ec68dd97
2022-06-28 10:15:37 +08:00
xusongfu
a20c01660c fix: fix less-loader options and styles
1. Fix the options of less-loader to match customized themes
2. Fix some color to variable style in tab detail to get better extension

Change-Id: I9cfaf09a72ede2e3db36176c256bbe307f4e5d0b
2022-06-22 14:55:07 +08:00
Jingwei.Zhang
3eb091a54b fix: remove @ alias when import file
Remove @ alias when import file, can use folder in the src to short import

Change-Id: I9fa494cb93f152a03b6dcf3c0ecda0d31e747ea3
2022-04-25 09:58:34 +08:00
Jingwei.Zhang
9941201ae7 fix: Remove useless package
1. Remove useless packages
2. Fix clear dist path in build prod

Change-Id: I7664eabc045142df64e64846a0e213d578d05c58
2021-12-16 17:34:59 +08:00
Vadym Markov
39e1f08496 Fix error on single-CPU machine
HappyPack doesn't like 0 threads in config

Change-Id: I752a575142ca2844474291f2d8620a85566508b8
2021-10-21 18:59:58 +03:00
xusongfu
3069f72333 fix: Hide vCPUs & ram in hypervisor
vCPUs and ram are not used for bare metal scheduling

Change-Id: I7272aad91429828f2fae4d44e3bf9552fe63741c
2021-09-14 10:19:06 +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
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