Improve look of http/timer header component
This commit is contained in:
@@ -15,7 +15,7 @@ logs_url=url_for('timer.logs', function_id=function_id),
|
||||
history_url=url_for('timer.history', function_id=function_id)) }}
|
||||
|
||||
|
||||
<div id="app" class="p-1">
|
||||
<div id="app" class="">
|
||||
<!-- The Editor component will be mounted here -->
|
||||
</div>
|
||||
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
|
||||
{% block page %}
|
||||
|
||||
{{ render_partial('dashboard/timer_functions/header.html',
|
||||
{{ render_partial('dashboard/http_functions/header.html',
|
||||
user_id=user_id,
|
||||
function_id=function_id,
|
||||
active_tab='history',
|
||||
|
||||
@@ -13,7 +13,7 @@ cancel_url=url_for('timer.overview'),
|
||||
title='New Timer Function')
|
||||
}}
|
||||
|
||||
<div id="app" class="p-1">
|
||||
<div id="app" class="">
|
||||
<!-- The Editor component will be mounted here -->
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user