acelyc111 opened a new issue #3911:
URL: https://github.com/apache/incubator-doris/issues/3911


   **Is your feature request related to a problem? Please describe.**
   Doris backends web server doesn't support to GET static file, and also 
doesn't support CSS style.
   When we want to show more detail information on BE's web site, it's not easy 
to add elements. For example, as for 
https://github.com/apache/incubator-doris/issues/3714, we want to show 
memtrackers, it's hard to add elements and show them in a pretty style.
   
   **Describe the solution you'd like**
   Transfer the webserver utils which Impala and Kudu using:
   - Web CSS framwork 
[boost-table](https://github.com/wenzhixin/bootstrap-table): helpful to make 
website more pretty
   - A thirdparty library [mustache](https://github.com/henryr/cpp-mustache): 
helpful to tracnslate JSON structure to html
   
   And then do some refactor on current BE web handler.
   After that, our BE web site might looks like:
   
![image](https://user-images.githubusercontent.com/10775040/85109568-1e0e5f00-b244-11ea-8178-2c3503eb4187.png)
   
   
   


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org
For additional commands, e-mail: commits-h...@doris.apache.org

Reply via email to