Files
limanapp/LiMan.UI/Pages/StatsLogCall.razor.cs
Samuele Locatelli 9ddf247346 Inizio insert pag stats call
- test migration
- aggiunta pagina iniziale
- update nuget
2024-06-01 09:55:14 +02:00

12 lines
308 B
C#

namespace LiMan.UI.Pages
{
public partial class StatsLogCall
{
protected override void OnInitialized()
{
AppMService.ShowSearch = false;
AppMService.PageName = "Statistiche Log Chiamate";
AppMService.PageIcon = "fas fa-chart-pie";
}
}
}