diff --git a/MP.IOC/Components/Layout/NavMenu.razor b/MP.IOC/Components/Layout/NavMenu.razor index 74f53187..c3b47ab6 100644 --- a/MP.IOC/Components/Layout/NavMenu.razor +++ b/MP.IOC/Components/Layout/NavMenu.razor @@ -49,16 +49,8 @@ } -
- *@ } diff --git a/MP.IOC/Components/Pages/RouteConf.razor b/MP.IOC/Components/Pages/RouteConf.razor index 8c5bc43c..2d68634b 100644 --- a/MP.IOC/Components/Pages/RouteConf.razor +++ b/MP.IOC/Components/Pages/RouteConf.razor @@ -1,27 +1,85 @@ @page "/RouteConf"| + + | Metodo | -IO % | -IOC % | +IO % | +Balance | +IOC % | +|||
|---|---|---|---|---|---|---|---|---|---|
| + @if (SelRecord == null) + { + + } + else + { + if (SelRecord.Method == record.Method) + { + + } + else + { + + } + } + | @record.Method | -@record.OldWeight | -@record.NewWeight | ++ + @record.OldWeight + | ++ + + + | ++ @record.NewWeight + + | ++ @if (SelRecord != null && SelRecord.Method == record.Method) + { + + } + | ||
|
+ |
+ |||||||||