mirror of
https://github.com/Karaka-Management/oms-QA.git
synced 2026-02-04 02:28:40 +00:00
Bug fix QA badges
This commit is contained in:
parent
b423d9ef87
commit
7b6e134c7c
|
|
@ -11,6 +11,9 @@
|
|||
* @version 1.0.0
|
||||
* @link http://orange-management.com
|
||||
*/
|
||||
return ['Knowledgebase' => [
|
||||
return ['QA' => [
|
||||
'QA' => 'QA',
|
||||
'Badges' => 'Badges',
|
||||
'List' => 'List',
|
||||
'Name' => 'Name',
|
||||
]];
|
||||
|
|
|
|||
|
|
@ -24,7 +24,7 @@ echo $this->getData('nav')->render();
|
|||
<div class="col-xs-12">
|
||||
<div class="box wf-100">
|
||||
<table class="table red">
|
||||
<caption><?= $this->getHtml('Groups') ?></caption>
|
||||
<caption><?= $this->getHtml('Badges') ?></caption>
|
||||
<thead>
|
||||
<tr>
|
||||
<td><?= $this->getHtml('ID', 0, 0); ?>
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user