line / promgen

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

Reorganize Vue templates #440

Closed vincent-olivert-riera closed 8 months ago

vincent-olivert-riera commented 8 months ago

Define the templates of all our Vue components as separate HTML files rather than JavaScript string variables, so they are:

Also, place all those templates inside a vue folder so it becomes clear they belong to Vue components.


This PR will make the future PR for migrating to Vue 3 much shorter.

vincent-olivert-riera commented 8 months ago

LGTM. Was there any more work you wanted to do or flatten some commits or are you fine for me to merge as is?

No, this PR is ready to be merged as it is. Thanks! 👍🏻