mirror of
https://github.com/pi-hole/web.git
synced 2024-12-06 19:36:21 +01:00
Fix data.columns ID replaced by mistake
Signed-off-by: RD WebDesign <github@rdwebdesign.com.br>
This commit is contained in:
@@ -166,7 +166,7 @@ $(function () {
|
||||
}
|
||||
|
||||
// Reset visibility of ID column
|
||||
data.columns[1].visible = false;
|
||||
data.columns[0].visible = false;
|
||||
// Apply loaded state to table
|
||||
return data;
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user