mirror of
https://github.com/devcode-it/openstamanager.git
synced 2025-01-22 20:09:58 +01:00
Fix stato dei servizi
This commit is contained in:
parent
23111cd54e
commit
653fee6b46
@ -158,17 +158,18 @@ if (Services::isEnabled()) {
|
||||
|
||||
echo '
|
||||
</tbody>
|
||||
</table></div></div>';
|
||||
</table>
|
||||
</div>';
|
||||
|
||||
// Il servizio Fatturazione Elettronica deve essere presente per visualizzare le Statistiche su Fatture Elettroniche
|
||||
if (Services::getRisorseAttive()->where('name', 'Fatturazione Elettronica')->count()) {
|
||||
echo '
|
||||
|
||||
<div class="card card-primary">
|
||||
<div class="card-header" > <i class="fa fa-bar-chart"></i> '.tr('Statistiche su Fatture Elettroniche').'</div>
|
||||
<div class="card-header" > <i class="fa fa-bar-chart"></i> '.tr('Statistiche su Fatture Elettroniche').'
|
||||
</div>
|
||||
|
||||
<div class="card-body">
|
||||
|
||||
<div class="alert hidden" role="alert" id="spazio-fe">
|
||||
<i id="spazio-fe-icon" class=""></i> <span>'.tr('Attenzione, spazio per fatture elettroniche _TEXT_: _NUM_ utilizzati su _TOT_ disponibili', [
|
||||
'_TEXT_' => '<span id="spazio-fe-text"></span>',
|
||||
@ -227,25 +228,17 @@ if (Services::isEnabled()) {
|
||||
echo '
|
||||
<div class="alert alert-info" role="alert">
|
||||
<i class="fa fa-info"></i> '.tr('Nessuna risorsa Services abilitata').'.
|
||||
</div>
|
||||
</div>';
|
||||
}
|
||||
|
||||
echo '
|
||||
</div>';
|
||||
} else {
|
||||
/*
|
||||
echo '
|
||||
<div class="col-md-12 col-lg-6">
|
||||
<div class="alert alert-warning" role="alert">
|
||||
<i class="fa fa-warning"></i> '.tr("Configurazione per l'accesso Services non completata correttamente").'. '.tr('Per abilitare i servizi, compilare l\'impostazione "OSMCloud Services API Token"').'.
|
||||
</div>
|
||||
</div>';
|
||||
*/
|
||||
}
|
||||
|
||||
echo '
|
||||
</div>
|
||||
|
||||
<div class="row">
|
||||
<div class="col-md-12 col-lg-6">
|
||||
<div class="card card-info">
|
||||
|
Loading…
Reference in New Issue
Block a user