Change the icon of views to show that they lead to structure page
This commit is contained in:
parent
389ded68dd
commit
69ab2ad627
@ -31,7 +31,7 @@ class Node_View extends Node_DatabaseChild
|
||||
public function __construct($name, $type = Node::OBJECT, $is_group = false)
|
||||
{
|
||||
parent::__construct($name, $type, $is_group);
|
||||
$this->icon = PMA_Util::getImage('b_views.png');
|
||||
$this->icon = PMA_Util::getImage('b_props.png');
|
||||
$this->links = array(
|
||||
'text' => 'sql.php?server=' . $GLOBALS['server']
|
||||
. '&db=%2$s&table=%1$s&pos=0'
|
||||
|
||||
Loading…
Reference in New Issue
Block a user