diff --git a/libraries/navigation/Nodes/Node_View.class.php b/libraries/navigation/Nodes/Node_View.class.php index 8e02f4ee3d..581b34a59a 100644 --- a/libraries/navigation/Nodes/Node_View.class.php +++ b/libraries/navigation/Nodes/Node_View.class.php @@ -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'