We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 31317ab commit f3a6848Copy full SHA for f3a6848
public/app/core/components/sidemenu/sidemenu.html
@@ -22,7 +22,7 @@
22
{{::menuItem.text}}
23
</a>
24
</li>
25
- <li ng-show="ctrl.orgs.length > ctrl.maxShownOrgs">
+ <li ng-show="ctrl.orgs.length > ctrl.maxShownOrgs" style="margin-left: 10px;width: 90%">
26
<input ng-model="::ctrl.orgFilter" type="text" ng-change="::ctrl.loadOrgsItems();" class="gf-input-small" placeholder="Filter">
27
<span class="sidemenu-item-text">Max shown : {{::ctrl.maxShownOrgs}}</span>
28
0 commit comments