From 8a359e53123f3361ef4e449d32bcf44c04d84048 Mon Sep 17 00:00:00 2001 From: Andreas Granig Date: Mon, 9 Sep 2013 16:05:42 +0200 Subject: [PATCH] Group device overview. --- share/templates/device/list.tt | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/share/templates/device/list.tt b/share/templates/device/list.tt index 9198f21a14..76cc5d4caa 100644 --- a/share/templates/device/list.tt +++ b/share/templates/device/list.tt @@ -1,5 +1,23 @@ [% META title = 'Device Management' -%] +
+ + Back + +
+[% back_created = 1 -%] + +
+ +
+ +
+ +
+
+ [% helper.name = 'Device Models'; @@ -26,4 +44,10 @@ PROCESS 'helpers/datatables.tt'; -%] +
+
+
+ + +
[% # vim: set tabstop=4 syntax=html expandtab: -%]