From d9819bc5341330369fd16523f741e9fc5919a1ea Mon Sep 17 00:00:00 2001
From: Michal Kuratczyk
+ Feature flags listed below are experimental. They should not be enabled in a produciton deployment. +
+| <%= fmt_sort('Name', 'name') %> | +<%= fmt_sort('State', 'state') %> | +Description | +
|---|---|---|
| <%= fmt_string(feature_flag.name) %> | +
+ <% if (feature_flag.state == "disabled") { %>
+
+
+
+
+ <% } else { %>
+
+ <%= fmt_string(feature_flag.state) %>
+
+ <% } %>
+ + + |
+
+ <%= fmt_string(feature_flag.desc) %> + <% if (feature_flag.doc_url) { %> + + <% } %> + |
+
... no feature_flags ...
+<% } %> +- Feature flags listed below are experimental. They should not be enabled in a produciton deployment. + Feature flags listed below are experimental. They should not be enabled in a production deployment.