We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4ebcfdf commit fcbebfeCopy full SHA for fcbebfe
utuputki/webui/public/partials/eventadmin.html
@@ -2,6 +2,9 @@
2
<h2>Manage Events</h2>
3
</div>
4
<div class="col-sm-12 queue_show_block">
5
+ <p>
6
+ Double click fields to edit event names and visibilities.
7
+ </p>
8
<div class="event_info" ng-if="grid_opts.data">
9
<div ui-grid="grid_opts" ui-grid-auto-resize ui-grid-edit ui-grid-row-edit ng-style="getTableHeight()" class="queue_grid"></div>
10
utuputki/webui/public/partials/playeradmin.html
<h2>Manage Players</h2>
+ Double click name field to edit player names.
<div ui-grid="grid_opts" ui-grid-edit ui-grid-row-edit ui-grid-auto-resize ng-style="getTableHeight()" class="queue_grid"></div>
0 commit comments