tBKwtWS 8 éve
szülő
commit
2a1fd51f2a
1 módosított fájl, 21 hozzáadás és 19 törlés
  1. 21 19
      webgui/stats/templates/stats/networks.html

+ 21 - 19
webgui/stats/templates/stats/networks.html

@@ -9,7 +9,7 @@
 {% block keywords %}irc networks{% endblock %}
 {% block keywords-not %}{% endblock %}
 {% block content %}
-        <article class="ui text container">
+        <article class="ui container">
             <header class="ui four statistics">
                 <div class="statistic">
                     <div class="value">
@@ -44,24 +44,28 @@
                     </div>
                 </div>
             </header>
-            <section class="ui celled selection link list">
-                {% for network in networks %}
-                    <a class="item" href="{% url 'stats:network' network.name %}">
-                        <div class="right floated content">
-                            {% if network.password %}<i class="privacy icon" alt="NickServ password saved"></i>{% endif %}
-                            {% if network.use_ssl %}<i class="protect icon" title="Encrypted connection"></i>{% endif %}
-                        </div>
-                        <i class="middle aligned server icon"></i>
-                        <div class="content">
-                            <div class="header">
-                                <div class="content" href="{% url 'stats:network' network.name %}">{{ network.name }}</div>
+            <div class="ui text container">
+                <div class="ui basic segment">
+                <section class="ui celled selection link list">
+                    {% for network in networks %}
+                        <a class="item" href="{% url 'stats:network' network.name %}">
+                            <div class="right floated content">
+                                {% if network.password %}<i class="privacy icon" alt="NickServ password saved"></i>{% endif %}
+                                {% if network.use_ssl %}<i class="protect icon" title="Encrypted connection"></i>{% endif %}
                             </div>
-                            <div class="description">
-                                {{ network.host }}:{{ network.port }}
+                            <i class="middle aligned server icon"></i>
+                            <div class="content">
+                                <div class="header">
+                                    <div class="content" href="{% url 'stats:network' network.name %}">{{ network.name }}</div>
+                                </div>
+                                <div class="description">
+                                    {{ network.host }}:{{ network.port }}
+                                </div>
                             </div>
-                        </div>
-                    </a>
-                {% endfor %}
+                        </a>
+                    {% endfor %}
+                </div>
+            </div>
             </section>
         </article>
         <section class="ui padded equal width centered grid">
@@ -81,7 +85,6 @@
                                         {% endfor %}
                                     ]);
                                 var options = {
-                                    pieHole: 0.4,
                                     legend: 'none',
                                     pieSliceText: 'label',
                                 };
@@ -107,7 +110,6 @@
                                             {% endfor %}
                                         ]);
                                     var options = {
-                                        pieHole: 0.4,
                                         legend: 'none',
                                         pieSliceText: 'label',
                                     };