update
This commit is contained in:
@@ -3,8 +3,8 @@
|
||||
<div>
|
||||
<nav>
|
||||
{{ macros.m_tab_head_start() }}
|
||||
{{ macros.m_tab_head('이전', true) }}
|
||||
{{ macros.m_tab_head('실시간', false) }}
|
||||
{{ macros.m_tab_head('old', '이전', true) }}
|
||||
{{ macros.m_tab_head('new', '실시간', false) }}
|
||||
{{ macros.m_tab_head_end() }}
|
||||
</nav>
|
||||
<div class="tab-content" id="nav-tabContent">
|
||||
|
||||
@@ -15,10 +15,6 @@
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
{% macro m_row_start(padding='10', align='center') %}
|
||||
<div class="row" style="padding:{{ padding}}px; align-items:{{align}};">
|
||||
{% endmacro %}
|
||||
@@ -375,7 +371,7 @@ option을 script로 넣을 때 사용
|
||||
|
||||
|
||||
<!-- 삭제해야함 --------------------------------------------------------->
|
||||
|
||||
<!--
|
||||
{% macro setting_radio(id, title, radios, value=None, desc=None, disabled=False) %}
|
||||
{{ setting_top(title) }}
|
||||
<div class="input-group col-sm-9">
|
||||
@@ -392,8 +388,10 @@ option을 script로 넣을 때 사용
|
||||
</div>
|
||||
{{ setting_bottom(desc) }}
|
||||
{% endmacro %}
|
||||
-->
|
||||
|
||||
<!-- 그룹화 하지 않음.. 삭제-->
|
||||
<!--
|
||||
{% macro setting_button(buttons, left='', desc='') %}
|
||||
{{ setting_top(left) }}
|
||||
<div class="input-group col-sm-9">
|
||||
@@ -407,7 +405,7 @@ option을 script로 넣을 때 사용
|
||||
</div>
|
||||
{{ setting_bottom(desc) }}
|
||||
{% endmacro %}
|
||||
|
||||
-->
|
||||
<!----------------------------------------------------------------->
|
||||
|
||||
|
||||
|
||||
File diff suppressed because one or more lines are too long
@@ -6,17 +6,17 @@
|
||||
<!--{{ macros.setting_select_empty('log_select2', '로그 파일 선택 (.logX)') }}-->
|
||||
<nav>
|
||||
{{ macros.m_tab_head_start() }}
|
||||
{{ macros.m_tab_head('이전', true) }}
|
||||
{{ macros.m_tab_head('실시간', false) }}
|
||||
{{ macros.m_tab_head('old', '이전', true) }}
|
||||
{{ macros.m_tab_head('new', '실시간', false) }}
|
||||
{{ macros.m_tab_head_end() }}
|
||||
</nav>
|
||||
<div class="tab-content" id="nav-tabContent">
|
||||
{{ macros.m_tab_content_start('이전', true) }}
|
||||
{{ macros.m_tab_content_start('old', true) }}
|
||||
<div>
|
||||
<textarea id="log" class="col-md-12" rows="30" charswidth="23" disabled style="background-color:#ffffff;visibility:hidden"></textarea>
|
||||
</div>
|
||||
{{ macros.m_tab_content_end() }}
|
||||
{{ macros.m_tab_content_start('실시간', false) }}
|
||||
{{ macros.m_tab_content_start('new', false) }}
|
||||
<div>
|
||||
<textarea id="add" class="col-md-12" rows="30" charswidth="23" disabled style="background-color:#ffffff;visibility:visible"></textarea>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user