diff --git a/IobConf.UI/Pages/Index.razor b/IobConf.UI/Pages/Index.razor
index 71b8ecfb..1eb56675 100644
--- a/IobConf.UI/Pages/Index.razor
+++ b/IobConf.UI/Pages/Index.razor
@@ -2,35 +2,43 @@
@confJson
@confYaml
diff --git a/IobConf.UI/Pages/Index.razor.cs b/IobConf.UI/Pages/Index.razor.cs index d5ff2da8..6805e2b7 100644 --- a/IobConf.UI/Pages/Index.razor.cs +++ b/IobConf.UI/Pages/Index.razor.cs @@ -32,7 +32,7 @@ namespace IobConf.UI.Pages public async Task UpdateConf() { await Task.Delay(1); - CodIOB = $"NewIOB_{DateTime.Now.Second}"; + CodIOB = $"NewIOB_{DateTime.Now.Second:00}"; CurrentConf = new IobConfTree() { codIOB = CodIOB