|
@@ -37,7 +37,10 @@
|
|
|
<br />
|
|
|
|
|
|
<table class="table table-hover table-condensed table-striped table-bordered">
|
|
|
- <thead><th colspan=1>{{ 'cpu_cards_percent'|trans({}, 'StatsBundle') }} <span class="no_defined">%</span></th></thead>
|
|
|
+ <thead><th colspan=1>
|
|
|
+ {{ 'cpu_cards_percent'|trans({}, 'StatsBundle') }} <span class="no_defined">%</span>
|
|
|
+ <span class="info-title"><i class="fa fa-info-circle" title="{{ 'info.info_olt_1_cpu'|trans({}, 'StatsBundle') }}"></i></span>
|
|
|
+ </th></thead>
|
|
|
<tbody>
|
|
|
<tbody>
|
|
|
<tr>
|
|
@@ -65,7 +68,10 @@
|
|
|
|
|
|
<br />
|
|
|
<table class="table table-hover table-condensed table-striped table-bordered">
|
|
|
- <thead><th colspan=1>{{ 'memory_cards_percent'|trans({}, 'StatsBundle') }} <span class="no_defined">%</span></th></thead>
|
|
|
+ <thead><th colspan=1>
|
|
|
+ {{ 'memory_cards_percent'|trans({}, 'StatsBundle') }} <span class="no_defined">%</span>
|
|
|
+ <span class="info-title"><i class="fa fa-info-circle" title="{{ 'info.info_olt_1_memory'|trans({}, 'StatsBundle') }}"></i></span>
|
|
|
+ </th></thead>
|
|
|
<tbody>
|
|
|
<tbody>
|
|
|
<tr>
|