|
|
|
@ -17,17 +17,6 @@ |
|
|
|
<abp-modal-header title="@L["New"].Value"></abp-modal-header> |
|
|
|
<abp-modal-body> |
|
|
|
|
|
|
|
@* <div class="form-group"> *@ |
|
|
|
@* <label asp-for="ViewModel.PageId"></label> *@ |
|
|
|
@* *@ |
|
|
|
@* <select class="form-control" asp-for="ViewModel.PageId"></select> *@ |
|
|
|
@* *@ |
|
|
|
@* <span asp-validation-for="ViewModel.PageId"></span> *@ |
|
|
|
@* </div> *@ |
|
|
|
@* *@ |
|
|
|
@* <abp-button id="page-id-clear-button" button-type="Outline_Danger" text="@L["Clear"]"/> *@ |
|
|
|
|
|
|
|
|
|
|
|
<abp-tabs tab-style="Tab"> |
|
|
|
<abp-tab name="url" title="@L["Url"]"> |
|
|
|
<abp-input asp-for="ViewModel.Url"/> |
|
|
|
|