mirror of
https://github.com/wahyd4/links.git
synced 2026-08-08 21:04:53 +10:00
ui update
This commit is contained in:
@@ -1,13 +1,10 @@
|
||||
{% extends 'base.html' %}
|
||||
|
||||
{% block content %}
|
||||
<div class="max-w-3xl mx-auto px-4 sm:px-6 lg:px-8 py-8 space-y-6">
|
||||
<div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8 py-8 space-y-6">
|
||||
|
||||
<!-- Header -->
|
||||
<div class="flex items-center gap-3">
|
||||
<a href="{% url 'nginxmon-dashboard' %}" class="text-gray-400 hover:text-gray-600">
|
||||
<i class="fas fa-arrow-left"></i>
|
||||
</a>
|
||||
<div>
|
||||
<h1 class="text-xl font-bold text-gray-900 flex items-center gap-2">
|
||||
<i class="fas fa-cog text-gray-500"></i> Nginx Monitor Settings
|
||||
|
||||
Reference in New Issue
Block a user