mirror of
https://github.com/vale981/dirkules
synced 2025-03-05 09:21:38 -05:00
fixed samba html
This commit is contained in:
parent
fbf14def93
commit
22512d154e
1 changed files with 33 additions and 30 deletions
|
@ -1,12 +1,14 @@
|
|||
{% extends "base.html" %}
|
||||
{% block title %}Dashboard{% endblock %}
|
||||
{% block title %}Samba{% endblock %}
|
||||
{% block head %}
|
||||
{{ super() }}
|
||||
{% endblock %}
|
||||
{% block body %}
|
||||
<div class="topspacer"></div>
|
||||
<div class="ui container">
|
||||
<a href="{{ url_for('samba_global') }}">
|
||||
<div class="ui primary labeled icon button">
|
||||
<i class="plus icon"></i> Samba Global conf
|
||||
<i class="edit icon"></i> Samba global
|
||||
</div>
|
||||
</a>
|
||||
<a href="{{ url_for('samba_add') }}">
|
||||
|
@ -36,4 +38,5 @@
|
|||
{% endfor %}
|
||||
</tbody>
|
||||
</table>
|
||||
</div>
|
||||
{% endblock %}
|
||||
|
|
Loading…
Add table
Reference in a new issue