mirror of
https://github.com/grafana/grafana.git
synced 2025-02-20 11:48:34 -06:00
13 lines
332 B
HTML
13 lines
332 B
HTML
<div class="page-nav">
|
|
<div class="page-breadcrumbs">
|
|
<a class="breadcrumb-item active" href="/">
|
|
<i class="fa fa-home"></i>
|
|
</a>
|
|
<a class="breadcrumb-item" ng-href="{{::item.url}}" ng-repeat="item in ctrl.model.breadcrumbs">
|
|
{{::item.text}}
|
|
</a>
|
|
</div>
|
|
</div>
|
|
|
|
<dashboard-search></dashboard-search>
|