feature(BuildCalc) Added reset button, can change micro delay, and can alter timing interval again
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
@using Model.Website
|
||||
|
||||
<div class="sectionContainer">
|
||||
@foreach (var childPage in Section.WebPageModels) {
|
||||
if (childPage.IsPrivate.Equals("True")) {
|
||||
<div class="sectionContainer">
|
||||
@foreach (var childPage in Section.WebPageModels)
|
||||
{
|
||||
if (childPage.IsPrivate.Equals("True"))
|
||||
{
|
||||
continue;
|
||||
}
|
||||
<DesktopNavLinkComponent Page=childPage></DesktopNavLinkComponent>
|
||||
|
||||
Reference in New Issue
Block a user