mirror of
https://github.com/valitydev/wazuh-kibana-app.git
synced 2024-11-06 18:05:20 +00:00
Fixed Management > Configuration breadcrumb
This commit is contained in:
parent
ae48c00162
commit
c19bb10086
@ -2,7 +2,7 @@
|
||||
"name": "wazuh",
|
||||
"version": "3.9.0",
|
||||
"revision": "0423",
|
||||
"code": "0423-0",
|
||||
"code": "0423-1",
|
||||
"kibana": {
|
||||
"version": "6.6.2"
|
||||
},
|
||||
|
@ -42,7 +42,7 @@
|
||||
<span class="wz-text-link cursor-pointer" ng-click="mctrl.switchTab('welcome', true)">Management</span>
|
||||
<span> / </span>
|
||||
<span class="wz-text-link cursor-pointer" ng-click="mctrl.switchTab('configuration', true)">{{ mctrl.tabNames[mctrl.tab] }}</span>
|
||||
<span> / {{ mctrl.currentConfiguration }} </span>
|
||||
<span> / {{ mctrl.tabNames[mctrl.currentConfiguration] || mctrl.currentConfiguration }} </span>
|
||||
</div>
|
||||
</div>
|
||||
<!-- End breadcrumbs -->
|
||||
|
Loading…
Reference in New Issue
Block a user