|
|
|
@ -34,7 +34,7 @@ |
|
|
|
|
|
|
|
<abp-row> |
|
|
|
|
|
|
|
<abp-column size="_4"> |
|
|
|
<abp-column size="Auto"> |
|
|
|
<div class="input-group mb-2"> |
|
|
|
<div class="input-group-text">@L["Project"].Value</div> |
|
|
|
|
|
|
|
@ -45,7 +45,7 @@ |
|
|
|
</div> |
|
|
|
</abp-column> |
|
|
|
|
|
|
|
<abp-column size="_4"> |
|
|
|
<abp-column size="Auto"> |
|
|
|
<div class="input-group mb-2"> |
|
|
|
<div class="input-group-text">@L["Name"].Value</div> |
|
|
|
|
|
|
|
@ -56,7 +56,7 @@ |
|
|
|
</div> |
|
|
|
</abp-column> |
|
|
|
|
|
|
|
<abp-column size="_2"> |
|
|
|
<abp-column size="Auto"> |
|
|
|
<div class="input-group mb-2"> |
|
|
|
<div class="input-group-text">@L["Version"].Value</div> |
|
|
|
|
|
|
|
@ -67,17 +67,19 @@ |
|
|
|
</div> |
|
|
|
</abp-column> |
|
|
|
|
|
|
|
<abp-column size="_3"> |
|
|
|
<abp-column size="Auto"> |
|
|
|
<div class="input-group mb-2"> |
|
|
|
<div class="input-group-text">@L["LanguageCode"].Value</div> |
|
|
|
|
|
|
|
<input type="text" |
|
|
|
id="LanguageCode" |
|
|
|
name="LanguageCode" |
|
|
|
class="form-control"> |
|
|
|
id="LanguageCode" |
|
|
|
name="LanguageCode" |
|
|
|
class="form-control"> |
|
|
|
</div> |
|
|
|
</abp-column> |
|
|
|
|
|
|
|
<abp-column size="Auto"> |
|
|
|
<abp-button button-type="Primary" icon="search" id="SearchButton" style="line-height: 25px;" text="@L["Search"].Value"></abp-button> |
|
|
|
</abp-column> |
|
|
|
<abp-row class="mt-3 mb-3"> |
|
|
|
<abp-column size-md="_12"> |
|
|
|
<a href="javascript:;" id="AdvancedFilterSectionToggler" class="text-decoration-none">@L["AdvancedFilters"]</a> |
|
|
|
@ -85,7 +87,7 @@ |
|
|
|
</abp-row> |
|
|
|
<abp-row id="AdvancedFilterSection" style="display: none;"> |
|
|
|
|
|
|
|
<abp-column size="_4"> |
|
|
|
<abp-column size="Auto"> |
|
|
|
<div class="input-group mb-2"> |
|
|
|
<div class="input-group-text">@L["CreationTime"].Value</div> |
|
|
|
|
|
|
|
@ -103,7 +105,7 @@ |
|
|
|
</div> |
|
|
|
</abp-column> |
|
|
|
|
|
|
|
<abp-column size="_4"> |
|
|
|
<abp-column size="Auto"> |
|
|
|
<div class="input-group mb-2"> |
|
|
|
<div class="input-group-text">@L["LastUpdateTime"].Value</div> |
|
|
|
<input type="date" |
|
|
|
@ -119,7 +121,7 @@ |
|
|
|
</div> |
|
|
|
</abp-column> |
|
|
|
|
|
|
|
<abp-column size="_4"> |
|
|
|
<abp-column size="Auto"> |
|
|
|
<div class="input-group mb-2"> |
|
|
|
<div class="input-group-text">@L["LastCachedTime"].Value</div> |
|
|
|
|
|
|
|
@ -137,7 +139,7 @@ |
|
|
|
</div> |
|
|
|
</abp-column> |
|
|
|
|
|
|
|
<abp-column size="_2"> |
|
|
|
<abp-column size="Auto"> |
|
|
|
<div class="input-group mb-2"> |
|
|
|
<div class="input-group-text">@L["Format"].Value</div> |
|
|
|
|
|
|
|
@ -148,10 +150,10 @@ |
|
|
|
</div> |
|
|
|
</abp-column> |
|
|
|
|
|
|
|
<abp-column size="_2"> |
|
|
|
<abp-column size="Auto"> |
|
|
|
</abp-column> |
|
|
|
|
|
|
|
<abp-column size="_5"> |
|
|
|
<abp-column size="Auto"> |
|
|
|
<div class="input-group mb-2"> |
|
|
|
<div class="input-group-text">@L["LastSignificantUpdateTime"].Value</div> |
|
|
|
|
|
|
|
@ -170,10 +172,6 @@ |
|
|
|
</abp-column> |
|
|
|
|
|
|
|
</abp-row> |
|
|
|
|
|
|
|
<div class="col-auto"> |
|
|
|
<abp-button button-type="Primary" icon="search" id="SearchButton" style="line-height: 25px;" text="@L["Search"].Value"></abp-button> |
|
|
|
</div> |
|
|
|
</abp-row> |
|
|
|
</form> |
|
|
|
</abp-card-header> |
|
|
|
|