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

23 lines
572 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="/">仪表盘</a>
</li>
<li>
{% if path1 %}
<a>{{ path1 }}</a>
{% endif %}
</li>
{% if path2 %}
<li class="active">
<strong>{{ path2 }}</strong>
</li>
{% endif %}
</ol>
</div>
<div class="col-lg-2">
</div>
</div>