Commit Graph

10 Commits

Author SHA1 Message Date
6a7487a302 [improvement]Remove the page button on the System page (#10900) 2022-07-16 06:00:08 +08:00
7a1ad65d88 [fix](fe-ui) fix home page spin bug #7170 (#7912)
The Spin(loading circle) will disappear after hardware info loaded
2022-01-30 16:47:58 +08:00
bb98c08489 [LICENSE] Remove unused font file and fix license (#5642)
* remove unused font file and fix license
2021-04-13 14:21:38 +08:00
771cb64290 Solve the situation that the hardware information of the Web UI home page cannot be loaded (#5585)
Solve the situation that the hardware information of the Web UI home page cannot be loaded

Co-authored-by: zhangjf@shuhaisc.com <zhangfeng800729>
2021-04-08 09:10:56 +08:00
5781d67afe Fix file licences (#5414)
Add license to files
For Doris 0.14
2021-02-24 16:37:17 +08:00
Ben
7b5468e7b8 [Build] Fix ui build error: classnames and react-router dependencies (#5283) 2021-02-01 00:11:47 +08:00
1d89e0670a [License] Add other license declare in NOTICE (#4831) 2020-11-05 20:30:49 +08:00
c5b034acc4 [FE UI] Fix some bugs about new FE UI (#4830)
1. Add a search boxer in the left tree view of Playground.
2. Fix some visual bugs of UI.
3. Fix bugs that link failed in QueryProfile view.
4. Fix bugs that cookie is always invalid.
5. Set cookie to HTTP_ONLY to make it more safe.
2020-11-05 20:30:09 +08:00
c934cf93e1 [UI Part 5] Enable HTTP Server 2 by FE config (#4684)
This is the last PR of proposal #4308

1. Add a new FE config `enable_http_server_v2` to enable new HTTP Server implementation. The default value is false.
2. Add a new FE config `http_api_extra_base_path` so that we can set base path for Frontend UI.
3. Refactor the new HTTP API response body. The return http status code is always 200, and using internal code in response body to indicate the certain error.
2020-10-13 10:07:50 +08:00
a88782e0c5 [UI Part 4] A new UI for Frontend (#4602)
A new FE UI interface implemented with React framework.
Need to work with the new Spring framework and RESTful API in #4596.

This is a simple UI for Doris. User can develope their own UI if they want

Proposal #4308
2020-09-16 15:03:24 +08:00