@page @model Admin.Pages.Crypto.List.IndexModel @{ ViewData["Title"] = "코인 목록"; }
|
|
로고 | 거래쌍 | 한글명 | 영문명 | 카테고리 | 활성 | 경고 | 신규 | 상폐 | 등록일시 | 관리 |
|---|---|---|---|---|---|---|---|---|---|---|---|
| No Data. | |||||||||||
|
|
@if (!string.IsNullOrEmpty(row.LogoImage))
{
|
@row.Market | @row.KorName | @row.EngName | @if (row.CategoryNames != null && row.CategoryNames.Count > 0) { @string.Join(", ", row.CategoryNames) } else { - } | @row.IsActive | @row.IsWarning | @row.IsNew | @row.IsDelisted | @row.CreatedAt | |