Musa Demir
5 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
2 additions and
2 deletions
-
modules/cms-kit/src/Volo.CmsKit.Admin.Web/Pages/CmsKit/BlogPosts/Index.cshtml
|
|
|
@ -37,7 +37,7 @@ |
|
|
|
<div id="CmsKitBlogPostsWrapper"> |
|
|
|
<abp-row> |
|
|
|
<abp-column size="_2"> |
|
|
|
<select id="StatusSelect" class="form-control"> |
|
|
|
<select id="StatusSelect" class="form-select"> |
|
|
|
<option value="">@L["SelectAStatus"]</option> |
|
|
|
@foreach (var status in (BlogPostStatus[]) Enum.GetValues(typeof(BlogPostStatus))) |
|
|
|
{ |
|
|
|
@ -57,4 +57,4 @@ |
|
|
|
<abp-card-body> |
|
|
|
<abp-table striped-rows="true" id="BlogPostsTable" class="nowrap"></abp-table> |
|
|
|
</abp-card-body> |
|
|
|
</abp-card> |
|
|
|
</abp-card> |
|
|
|
|