From 69061ed537ebb913f83333ab442716ce3090e115 Mon Sep 17 00:00:00 2001 From: Jokob-sk Date: Mon, 23 Jan 2023 22:15:57 +1100 Subject: [PATCH] Last IP ordering fix --- front/devices.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/front/devices.php b/front/devices.php index 9eb6c56d..8b2325f2 100755 --- a/front/devices.php +++ b/front/devices.php @@ -332,7 +332,7 @@ function initializeDatatable () { {className: 'text-center', targets: [mapIndx(3), mapIndx(4), mapIndx(9), mapIndx(10)] }, {width: '80px', targets: [mapIndx(6), mapIndx(7)] }, {width: '30px', targets: [mapIndx(10), mapIndx(13)] }, - {orderData: [mapIndx(11)], targets: mapIndx(8) }, + {orderData: [mapIndx(12)], targets: mapIndx(8) }, // Device Name {targets: [mapIndx(0)],