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

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