diff --git a/src/app/modules/admin/settings/domain/components/list.component.html b/src/app/modules/admin/settings/domain/components/list.component.html index f78df1b..c0766e5 100644 --- a/src/app/modules/admin/settings/domain/components/list.component.html +++ b/src/app/modules/admin/settings/domain/components/list.component.html @@ -17,8 +17,14 @@ > - 번호 - + + 번호 + + {{ info.idx }} @@ -27,8 +33,14 @@ - 도메인 - + + 도메인 + + {{ info.domain }} @@ -37,8 +49,14 @@ - 디자인 폴더 - + + 디자인 폴더 + + {{ info.designFolder }} @@ -47,8 +65,14 @@ - 사이트명 - + + 사이트명 + + {{ info.siteName }} @@ -57,8 +81,14 @@ - 만료일 - + + 만료일 + + {{ info.expiryDate }} @@ -67,8 +97,14 @@ - 남은 기간 - + + 남은 기간 + + {{ info.periodOfUse }} @@ -77,19 +113,37 @@ - 메모 - - - - - + + 메모 + + + - 도메인 삭제 - + + 도메인 삭제 + +
- +
- - - - - - + + + + + + - - - - - -
도메인(필수)디자인 폴더(옵션)사이트명(옵션)만료일(옵션)메모(옵션)도메인 등록도메인(필수)디자인 폴더(옵션)사이트명(옵션)만료일(옵션)메모(옵션)도메인 등록
+ + + + + - + +