Skip to content

Commit

Permalink
Fix icon layout in dropdown
Browse files Browse the repository at this point in the history
refs #5543
  • Loading branch information
majentsch committed Oct 1, 2015
1 parent aedc359 commit db74f7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion library/Icinga/Web/Widget/Tabextension/OutputFormat.php
Expand Up @@ -101,7 +101,7 @@ public function getSupportedTypes()
$supportedTypes[self::TYPE_JSON] = array(
'name' => 'json',
'label' => 'JSON',
'icon' => 'img/icons/json.png',
'icon' => 'doc-text',
'urlParams' => array('format' => 'json')
);
}
Expand Down

0 comments on commit db74f7e

Please sign in to comment.