Change the icon of views to show that they lead to structure page

This commit is contained in:
Kasun Chathuranga 2013-08-26 10:39:12 +05:30
parent 389ded68dd
commit 69ab2ad627

View File

@ -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'