UI - Navbar Verbesserung
Dieser Commit ist enthalten in:
@@ -1,6 +1,6 @@
|
||||
{% extends "base.html" %}
|
||||
|
||||
{% block title %}Audit-Log{% endblock %}
|
||||
{% block title %}Log{% endblock %}
|
||||
|
||||
{% block extra_css %}
|
||||
<style>
|
||||
@@ -34,7 +34,7 @@
|
||||
{% block content %}
|
||||
<div class="container py-5">
|
||||
<div class="d-flex justify-content-between align-items-center mb-4">
|
||||
<h2>📋 Audit-Log</h2>
|
||||
<h2>📝 Log</h2>
|
||||
<div>
|
||||
<a href="/" class="btn btn-secondary">📊 Dashboard</a>
|
||||
<a href="/licenses" class="btn btn-secondary">📋 Lizenzen</a>
|
||||
|
||||
In neuem Issue referenzieren
Einen Benutzer sperren