mirror of
https://github.com/moodle/moodle.git
synced 2025-08-04 08:26:37 +02:00
MDL-64786 analytics: Allow renaming models via inplace editable element
This commit is contained in:
parent
6482734681
commit
066a4d6493
10 changed files with 170 additions and 10 deletions
|
@ -118,7 +118,7 @@
|
|||
<caption>{{#str}}analyticmodels, tool_analytics{{/str}}</caption>
|
||||
<thead>
|
||||
<tr>
|
||||
<th scope="col">{{#str}}target, tool_analytics{{/str}}</th>
|
||||
<th scope="col">{{#str}}modelname, tool_analytics{{/str}}</th>
|
||||
<th scope="col">{{#str}}enabled, tool_analytics{{/str}}</th>
|
||||
<th scope="col">{{#str}}indicators, tool_analytics{{/str}}</th>
|
||||
<th scope="col">{{#str}}modeltimesplitting, tool_analytics{{/str}}</th>
|
||||
|
@ -130,10 +130,15 @@
|
|||
{{#models}}
|
||||
<tr>
|
||||
<td>
|
||||
<span class="target-name">{{target}}</span>
|
||||
{{#targethelp}}
|
||||
{{>core/help_icon}}
|
||||
{{/targethelp}}
|
||||
{{#name}}
|
||||
<span class="model-name">{{>core/inplace_editable}}</span>
|
||||
{{/name}}
|
||||
<div>
|
||||
<small class="target-class">{{targetclass}}</small>
|
||||
{{#targethelp}}
|
||||
{{>core/help_icon}}
|
||||
{{/targethelp}}
|
||||
</div>
|
||||
</td>
|
||||
<td>
|
||||
{{#enabled}}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue