~xibo-maintainers/xibo/tempel

« back to all changes in this revision

Viewing changes to views/sessions-page.twig

  • Committer: Dan Garner
  • Date: 2016-06-28 15:02:11 UTC
  • mto: This revision was merged to the branch mainline in revision 528.
  • Revision ID: git-v1:51031805c36c1d366fa330b2c2320d1927c57003
Fixes for upgrade steps

Show diffs side-by-side

added added

removed removed

Lines of Context:
44
44
                                <th>{% trans "User Name" %}</th>
45
45
                                <th>{% trans "IP Address" %}</th>
46
46
                                <th>{% trans "Browser" %}</th>
47
 
                                <th>{% trans "Expires At" %}</th>
48
47
                                <th></th>
49
48
                            </tr>
50
49
                        </thead>
79
78
                    {"data": "userName"},
80
79
                    {"data": "remoteAddress"},
81
80
                    {"data": "userAgent"},
82
 
                    {"data": "expiresAt", "render": dataTableDateFromUnix},
83
81
                    {
84
82
                        "orderable": false,
85
83
                        "data": dataTableButtonsColumn