Skip to content

Commit

Permalink
Changed ServerColumn default attribute name device->server
Browse files Browse the repository at this point in the history
  • Loading branch information
SilverFire committed Nov 11, 2015
1 parent 1a85ec9 commit b0540fc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/grid/ServerColumn.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@

class ServerColumn extends DataColumn
{
public $attribute = 'device_id';
public $nameAttribute = 'device';
public $attribute = 'server_id';
public $nameAttribute = 'server';
public $format = 'html';

public function init () {
Expand Down

0 comments on commit b0540fc

Please sign in to comment.