mirror of https://github.com/jumpserver/jumpserver
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.
51 lines
1.7 KiB
51 lines
1.7 KiB
<div class="row border-bottom">
|
|
<nav class="navbar navbar-static-top white-bg" role="navigation" style="margin-bottom: 0">
|
|
<div class="navbar-header">
|
|
<a class="navbar-minimalize minimalize-styl-2 btn btn-primary " href="#"><i class="fa fa-bars"></i> </a>
|
|
<form role="search" class="navbar-form-custom" method="get" action="">
|
|
<div class="form-group">
|
|
<input type="text" placeholder="输入搜索..." class="form-control" name="search" id="top-search">
|
|
</div>
|
|
</form>
|
|
</div>
|
|
<ul class="nav navbar-top-links navbar-right">
|
|
<li>
|
|
<span class="m-r-sm text-muted welcome-message">欢迎使用Jumpserver开源跳板机系统</span>
|
|
</li>
|
|
<li class="dropdown">
|
|
<a class="dropdown-toggle count-info" data-toggle="dropdown" href="#">
|
|
<span class="m-r-sm text-muted welcome-message">帮助</span>
|
|
</a>
|
|
</li>
|
|
<li>
|
|
<a href="">
|
|
<i class="fa fa-sign-out"></i> Log out
|
|
</a>
|
|
</li>
|
|
</ul>
|
|
</nav>
|
|
</div>
|
|
|
|
<div class="row wrapper border-bottom white-bg page-heading">
|
|
<div class="col-sm-10">
|
|
<h2></h2>
|
|
<ol class="breadcrumb">
|
|
<li>
|
|
<a href="">仪表盘</a>
|
|
</li>
|
|
<li>
|
|
{% if app %}
|
|
<a>{{ app }}</a>
|
|
{% endif %}
|
|
</li>
|
|
{% if action %}
|
|
<li class="active">
|
|
<strong>{{ action }}</strong>
|
|
</li>
|
|
{% endif %}
|
|
</ol>
|
|
</div>
|
|
<div class="col-sm-2">
|
|
</div>
|
|
</div>
|