From 9ce4c7abf59d5a578f60f59fbde91d5cc79ef25f Mon Sep 17 00:00:00 2001 From: JUNG YI DAM Date: Mon, 8 Aug 2022 02:12:44 +0000 Subject: [PATCH] =?UTF-8?q?=EB=8F=84=EB=A9=94=EC=9D=B8=20=EC=A0=95?= =?UTF-8?q?=EB=A0=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../domain/components/list.component.html | 128 ++++++++++++------ 1 file changed, 90 insertions(+), 38 deletions(-) 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 @@ - 메모 - - - - - + + 메모 + + + - 도메인 삭제 - + + 도메인 삭제 + +
- +
- - - - - - + + + + + + - - - - - -
도메인(필수)디자인 폴더(옵션)사이트명(옵션)만료일(옵션)메모(옵션)도메인 등록도메인(필수)디자인 폴더(옵션)사이트명(옵션)만료일(옵션)메모(옵션)도메인 등록
+ + + + + - + +