Devices Dropdown has no CSS Content

Hey,

On the Newest Update is on the top right a new Dropdown with some functions (Agent, Arbos Flows and many more).

The Dropdown has no CSS Content.

Code:

<select name="type" id="type" onchange="window.open(this.options[this.selectedIndex].value,'_top')" class="devices-graphs-select">

I have fix it:

<select name="type" id="type" onchange="window.open(this.options[this.selectedIndex].value,'_top')" class="btn btn-default dropdown-toggle">

Can someone add this to the Code?

IMG old:

IMG fixed:

Imgur: The magic of the Internet

Thank you.