Instanciated the profiler + added a way to dump the export the profilin data in the UI
This commit is contained in:
@@ -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>
|
||||
Reference in New Issue
Block a user