Skip to content

Commit

Permalink
Merge pull request #641 from kasunchathuranga/navIcon
Browse files Browse the repository at this point in the history
Change the icon of views in navigation to show that they lead to view structure page
  • Loading branch information
ibennetch committed Aug 27, 2013
2 parents 8b25e29 + 69ab2ad commit c036ae1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libraries/navigation/Nodes/Node_View.class.php
Expand Up @@ -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'
Expand Down

0 comments on commit c036ae1

Please sign in to comment.