Compare commits
2 Commits
11b3a26491
...
77463c1c47
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
77463c1c47 | ||
|
|
749c461d63 |
@@ -21,6 +21,8 @@ services:
|
|||||||
MYSQL_PASSWORD: ${DB_PASSWORD}
|
MYSQL_PASSWORD: ${DB_PASSWORD}
|
||||||
MYSQL_INNODB_BUFFER_POOL_SIZE: ${MYSQL_BUFFER_POOL}
|
MYSQL_INNODB_BUFFER_POOL_SIZE: ${MYSQL_BUFFER_POOL}
|
||||||
MYSQL_MAX_CONNECTIONS: ${MYSQL_MAX_CONNECTIONS}
|
MYSQL_MAX_CONNECTIONS: ${MYSQL_MAX_CONNECTIONS}
|
||||||
|
# Healthcheck authentication
|
||||||
|
MYSQL_PWD: ${MYSQL_ROOT_PASSWORD}
|
||||||
|
|
||||||
ports:
|
ports:
|
||||||
- "${DB_PORT}:3306"
|
- "${DB_PORT}:3306"
|
||||||
|
|||||||
@@ -4229,6 +4229,7 @@ def help(page='dashboard'):
|
|||||||
# Map page names to markdown files
|
# Map page names to markdown files
|
||||||
doc_files = {
|
doc_files = {
|
||||||
'dashboard': 'dashboard.md',
|
'dashboard': 'dashboard.md',
|
||||||
|
'fg_scan': 'fg_scan.md',
|
||||||
'print_module': 'print_module.md',
|
'print_module': 'print_module.md',
|
||||||
'print_lost_labels': 'print_lost_labels.md',
|
'print_lost_labels': 'print_lost_labels.md',
|
||||||
'daily_mirror': 'daily_mirror.md',
|
'daily_mirror': 'daily_mirror.md',
|
||||||
|
|||||||
@@ -169,6 +169,7 @@
|
|||||||
<div class="help-navigation">
|
<div class="help-navigation">
|
||||||
<strong>Documentație disponibilă:</strong>
|
<strong>Documentație disponibilă:</strong>
|
||||||
<a href="{{ url_for('main.help', page='dashboard') }}">Dashboard</a>
|
<a href="{{ url_for('main.help', page='dashboard') }}">Dashboard</a>
|
||||||
|
<a href="{{ url_for('main.help', page='fg_scan') }}">FG Scan - Scanare Produse</a>
|
||||||
<a href="{{ url_for('main.help', page='etichete') }}">Modul Etichete</a>
|
<a href="{{ url_for('main.help', page='etichete') }}">Modul Etichete</a>
|
||||||
<a href="{{ url_for('main.help', page='print_module') }}">Print Module</a>
|
<a href="{{ url_for('main.help', page='print_module') }}">Print Module</a>
|
||||||
<a href="{{ url_for('main.help', page='print_lost_labels') }}">Print Lost Labels</a>
|
<a href="{{ url_for('main.help', page='print_lost_labels') }}">Print Lost Labels</a>
|
||||||
|
|||||||
@@ -839,6 +839,13 @@ window.onclick = function(event) {
|
|||||||
|
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
{% block content %}
|
{% block content %}
|
||||||
|
<!-- Floating Help Button -->
|
||||||
|
<div class="floating-help-btn">
|
||||||
|
<a href="{{ url_for('main.help', page='fg_scan') }}" target="_blank" title="FG Scan Help">
|
||||||
|
📖
|
||||||
|
</a>
|
||||||
|
</div>
|
||||||
|
|
||||||
<div class="scan-container">
|
<div class="scan-container">
|
||||||
<!-- Input Form Card -->
|
<!-- Input Form Card -->
|
||||||
<div class="card scan-form-card">
|
<div class="card scan-form-card">
|
||||||
|
|||||||
Reference in New Issue
Block a user