line / promgen

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

[IMPROVEMENT] Improve list rendering in Vue #373

Closed KarboniteKream closed 2 years ago

KarboniteKream commented 2 years ago

Description

This PR refactors the way alert and silence lists are rendered, by removing v-if from v-for directives. This way we avoid any runtime errors and unnecessary iterations.

Detailed changes