Commit 7d8b2cb0 by Alexander Zobnin

dashlist: add scrollbar

parent 06622088
<div class="dashlist" ng-repeat="group in ctrl.groups"> <div gemini-scrollbar>
<div class="dashlist-section" ng-if="group.show"> <div class="dashlist" ng-repeat="group in ctrl.groups">
<h6 class="dashlist-section-header" ng-show="ctrl.panel.headings"> <div class="dashlist-section" ng-if="group.show">
{{group.header}} <h6 class="dashlist-section-header" ng-show="ctrl.panel.headings">
</h6> {{group.header}}
<div class="dashlist-item" ng-repeat="dash in group.list"> </h6>
<a class="dashlist-link dashlist-link-{{dash.type}}" href="dashboard/{{dash.uri}}"> <div class="dashlist-item" ng-repeat="dash in group.list">
<span class="dashlist-title"> <a class="dashlist-link dashlist-link-{{dash.type}}" href="dashboard/{{dash.uri}}">
{{dash.title}} <span class="dashlist-title">
</span> {{dash.title}}
<span class="dashlist-star"> </span>
<i class="fa" ng-class="{'fa-star': dash.isStarred, 'fa-star-o': dash.isStarred === false}"></i> <span class="dashlist-star">
</span> <i class="fa" ng-class="{'fa-star': dash.isStarred, 'fa-star-o': dash.isStarred === false}"></i>
</a> </span>
</a>
</div>
</div> </div>
</div> </div>
</div> </div>
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment