mirror of
https://github.com/easy-wi/developer.git
synced 2025-02-20 11:23:28 +08:00
42 lines
1.8 KiB
Smarty
42 lines
1.8 KiB
Smarty
<section class="content-header">
|
|
<h1><?php echo $gsprache->master_apps;?></h1>
|
|
<ol class="breadcrumb">
|
|
<li><a href="admin.php"><i class="fa fa-home"></i> Home</a></li>
|
|
<li><a href="admin.php?w=ro"><i class="fa fa-server"></i> <?php echo $gsprache->appRoot;?></a></li>
|
|
<li><i class="fa fa-puzzle-piece"></i> <?php echo $gsprache->master_apps;?></li>
|
|
<li class="active"><?php echo $gsprache->overview;?></li>
|
|
</ol>
|
|
</section>
|
|
|
|
<section class="content">
|
|
<div class="row">
|
|
<div class="col-md-12">
|
|
<div class="box box-primary">
|
|
<div class="box-body table-responsive">
|
|
<table id="dataTable" class="table table-bordered table-hover ">
|
|
<thead>
|
|
<tr>
|
|
<th><?php echo $sprache->haupt_ip;?></th>
|
|
<th>ID</th>
|
|
<th><?php echo $sprache->desc;?></th>
|
|
<th><?php echo $gsprache->master;?></th>
|
|
<th><?php echo $gsprache->action;?></th>
|
|
<th><?php echo $gsprache->status_space;?></th>
|
|
</tr>
|
|
</thead>
|
|
<tfoot>
|
|
<tr>
|
|
<th><?php echo $sprache->haupt_ip;?></th>
|
|
<th>ID</th>
|
|
<th><?php echo $sprache->desc;?></th>
|
|
<th><?php echo $gsprache->master;?></th>
|
|
<th><?php echo $gsprache->action;?></th>
|
|
<th><?php echo $gsprache->status_space;?></th>
|
|
</tr>
|
|
</tfoot>
|
|
</table>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</section> |