Skip to content

Commit

Permalink
Small bit of cleanup in devicesCollection.new.
Browse files Browse the repository at this point in the history
  • Loading branch information
mark-unwin committed Aug 21, 2024
1 parent fe4a9ef commit cbfcf1d
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions app/Views/devicesCollection.new.php
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,6 @@
$column = new \stdClass();
$column->title = __('Audit Status');
$column->data = 'audit_status';
$column->targets = [$i];
$column->className = "text-center";
$columns[] = $column;
}
Expand All @@ -96,15 +95,13 @@
$column = new \stdClass();
$column->title = __('Details');
$column->data = 'id';
$column->targets = [$i];
$column->className = "text-center";
$columns[] = $column;

// And the Icon third
$column = new \stdClass();
$column->title = __('Icon');
$column->data = 'icon';
$column->targets = [$i];
$column->className = "text-center";
$columns[] = $column;

Expand Down

0 comments on commit cbfcf1d

Please sign in to comment.