Instanciated the profiler + added a way to dump the export the profilin data in the UI

This commit is contained in:
emeric
2024-03-09 18:55:54 +01:00
parent f36f176a8b
commit aca6c00414
12 changed files with 187 additions and 1 deletions
+15
View File
@@ -0,0 +1,15 @@
<?xml version="1.0" encoding="UTF-8" ?>
<messages xmlns:if="Wt.WTemplate.conditions">
<message id="Lms.Admin.ProfilerController.template">
<form>
<legend>${tr:Lms.Admin.ProfilerController.profiler}</legend>
<div class="row g-3">
<div class="col-12">
${export-btn class="btn btn-primary"}
</div>
</div>
</form>
</message>
</messages>