line / promgen

Promgen is a configuration file generator for Prometheus
https://line.github.io/promgen/
MIT License
1.04k stars 150 forks source link

Organize Service View Page with Tabs #520

Open bai1024 opened 3 weeks ago

bai1024 commented 3 weeks ago

Categorizing the service view page into tabs aims to provide consistency and improve the readability of the page. Remark:

Test at local:

image
kfdm commented 1 week ago

This only seems to update the /service/<id> pages, but most of the same templates are used on the /services/ list pages and the / (home) page.

What probably needs to happen, is to pull out the new changes for the actions dropdown into their own template (similar to the service_header template) and then that can be reused in the various places and cleaned up all at once.

bai1024 commented 4 days ago

What probably needs to happen, is to pull out the new changes for the actions dropdown into their own template (similar to the service_header template) and then that can be reused in the various places and cleaned up all at once.

Updated. Now the action button only used in server/id page so don't need to update other place.