버전 정보 표기 기능추가, 카테고리, 링크 등 수정
All checks were successful
Build And Test / build-and-push (push) Successful in 4m14s
All checks were successful
Build And Test / build-and-push (push) Successful in 4m14s
This commit is contained in:
22
ansible_manager/templates/ansible_manager/notice.html
Normal file
22
ansible_manager/templates/ansible_manager/notice.html
Normal file
@ -0,0 +1,22 @@
|
||||
{% extends 'components/base.html' %}
|
||||
{% load static %}
|
||||
{% block main_area %}
|
||||
<section>
|
||||
<div class="container">
|
||||
<div class="row justify-content-between">
|
||||
<div class="mt-5">
|
||||
<h1>
|
||||
주의 사항</h1>
|
||||
<p>
|
||||
<ul>
|
||||
<li>로그인을 반드시 해야 기능 메뉴가 나타납니다.</li>
|
||||
<li>로그인을 하지 않으면 views.py의 함수가 동작하지 않습니다.</li>
|
||||
<li>사설 IP대역을 사용해서 제어하려면 솔루션을 동일 네트워크에 직접 배포해야 합니다.</li>
|
||||
</ul>
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
{% endblock %}
|
Reference in New Issue
Block a user