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