You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
jumpserver/templates/nav_cat_bar.html

19 lines
465 B

10 years ago
<div class="row wrapper border-bottom white-bg page-heading">
<div class="col-lg-10">
10 years ago
<h2>{{ header_title }}</h2>
10 years ago
<ol class="breadcrumb">
<li>
10 years ago
<a href="/">Home</a>
10 years ago
</li>
<li>
10 years ago
<a>{{ path1 }}</a>
10 years ago
</li>
<li class="active">
10 years ago
<strong>{{ path2 }}</strong>
10 years ago
</li>
</ol>
</div>
<div class="col-lg-2">
</div>
</div>