Improve look of http/timer header component

This commit is contained in:
Peter Stockings
2025-11-21 11:43:28 +11:00
parent eff379cf94
commit fc494a9355
6 changed files with 87 additions and 93 deletions

View File

@@ -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>

View File

@@ -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',

View File

@@ -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>