Skip to content

Commit

Permalink
Merge pull request #282 from ghkdqhrbals/feature/ecr-token-refresh-sc…
Browse files Browse the repository at this point in the history
…heduling

[fix] cancle button click
  • Loading branch information
ghkdqhrbals authored Dec 10, 2023
2 parents 22ce2c1 + 6c80d49 commit c654b22
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 31 deletions.
5 changes: 2 additions & 3 deletions k8s/onlychat/eks/ingress.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,15 +11,14 @@ metadata:
name: front-api-ingress
annotations:
cert-manager.io/cluster-issuer: letsencrypt
# nginx.ingress.kubernetes.io/rewrite-target: /$1
spec:
ingressClassName: nginx
rules:
- host: "www.litcodev.com"
http:
paths:
- pathType: Prefix # 443, 80 etc. -> 80 if "/" prefix
path: "/"
- path: /
pathType: Prefix
backend:
service:
name: front-server-service
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -80,37 +80,10 @@ <h1 class="alt-header__column__newchat">Create new chat</h1>

<div class="newChat__submit">
<button type="submit" id="submit_btn">확인</button>
<button onclick="window.location.href='@{../friends/friends.html}'">취소
<button onclick="window.history.back()">취소
</button>
</div>
</form>

<!-- <div class="user-component">-->
<!-- <div class="user-component__colunm">-->
<!-- <img-->
<!-- src="http://placehold.it/50x50?text=Friend"-->
<!-- class="user-component__avatar user-component__avatar&#45;&#45;sm"/>-->
<!-- <div class="user-component__text">-->
<!-- <h4-->
<!-- class="user-component__title user-component__title&#45;&#45;not-bold"-->
<!-- th:text="${friend.friendName}">-->
<!-- user6-->
<!-- </h4>-->
<!-- </div>-->
<!-- </div>-->
<!-- <div class="user-component__colunm">-->
<!-- <div>-->
<!-- <label class="user-component__checkbox">-->
<!-- <input-->
<!-- type="checkbox"-->
<!-- name="user66666666"-->
<!-- value="user66666666"/>-->
<!-- <span class="user-component__checkmark"> </span>-->
<!-- <i class="fa-solid fa-check"></i>-->
<!-- </label>-->
<!-- </div>-->
<!-- </div>-->
<!-- </div>-->
</div>
</ul>

Expand Down

0 comments on commit c654b22

Please sign in to comment.