Small text/menu adjustment in templates

This commit is contained in:
Khanh Ngo
2016-04-28 10:24:18 +07:00
parent a313eb2203
commit 76f2ffdee5
4 changed files with 7 additions and 8 deletions

View File

@ -5,7 +5,7 @@
<!-- Content Header (Page header) -->
<section class="content-header">
<h1>
History <small>Recent PowerDNS-Admin events</small>
Admin Console
</h1>
<ol class="breadcrumb">
<li><a href="{{ url_for('dashboard') }}"><i
@ -21,7 +21,7 @@
<div class="col-xs-12">
<div class="box">
<div class="box-header">
<h3 class="box-title">Statistics</h3>
<h3 class="box-title">PDNS Statistics</h3>
</div>
<div class="box-body">
<table id="tbl_statistics" class="table table-bordered table-striped">
@ -57,7 +57,7 @@
<div class="col-xs-12">
<div class="box">
<div class="box-header">
<h3 class="box-title">Configuration</h3>
<h3 class="box-title">PDNS Configuration</h3>
</div>
<div class="box-body">
<table id="tbl_configuration" class="table table-bordered table-striped">

View File

@ -3,12 +3,12 @@
{% endblock %} {% block dashboard_stat %}
<section class="content-header">
<h1>
Admin <small>Manage Users</small>
User <small>Manage user privileges</small>
</h1>
<ol class="breadcrumb">
<li><a href="{{ url_for('dashboard') }}"><i
class="fa fa-dashboard"></i> Home</a></li>
<li class="active">Manage Users</li>
<li class="active">User</li>
</ol>
</section>
{% endblock %} {% block content %}
@ -17,7 +17,7 @@
<div class="col-xs-12">
<div class="box">
<div class="box-header">
<h3 class="box-title">Manage Users</h3>
<h3 class="box-title">User Management</h3>
</div>
<div class="box-body">
<table id="tbl_users" class="table table-bordered table-striped">

View File

@ -136,7 +136,7 @@
<li><a href="{{ url_for('domain_add') }}"><i class="fa fa-plus"></i> <span>New Domain</span></a></li>
<li class="header">ADMINISTRATION</li>
<li><a href="{{ url_for('admin') }}"><i class="fa fa-circle-o"></i> <span>Admin Console</span></a></li>
<li><a href="{{ url_for('admin_manageuser') }}"><i class="fa fa-circle-o"></i> <span>Manager Users</span></a></li>
<li><a href="{{ url_for('admin_manageuser') }}"><i class="fa fa-circle-o"></i> <span>User</span></a></li>
<li><a href="{{ url_for('admin_history') }}"><i class="fa fa-circle-o"></i> <span>History</span></a></li>
{% endif %}
</section>