mirror of
https://github.com/Karaka-Management/oms-Help.git
synced 2026-02-12 19:28:40 +00:00
Add draft sorting
This commit is contained in:
parent
bf5fb11d1c
commit
f782ee741d
|
|
@ -21,11 +21,11 @@ $modules = $this->app->moduleManager->getInstalledModules();
|
||||||
<div class="row">
|
<div class="row">
|
||||||
<div class="col-xs-12">
|
<div class="col-xs-12">
|
||||||
<div class="box wf-100">
|
<div class="box wf-100">
|
||||||
<table class="table red">
|
<table id="moduleList" class="table red">
|
||||||
<caption><?= $this->getHtml('Modules') ?></caption>
|
<caption><?= $this->getHtml('Modules') ?></caption>
|
||||||
<thead>
|
<thead>
|
||||||
<tr>
|
<tr>
|
||||||
<td class="wf-100"><?= $this->getHtml('Name') ?>
|
<td class="wf-100"><?= $this->getHtml('Name') ?><i class="sort-asc fa fa-chevron-up"></i><i class="sort-desc fa fa-chevron-down"></i>
|
||||||
<tfoot>
|
<tfoot>
|
||||||
<tr>
|
<tr>
|
||||||
<td>
|
<td>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user