Browse Source

Typo

fix-protected-delete
Maël Kervella 8 years ago
parent
commit
c06d710d3c
  1. 2
      topologie/templates/topologie/graph_switch.dot

2
topologie/templates/topologie/graph_switch.dot

@ -9,7 +9,7 @@ edge[arrowhead=none];
{% for sub in subs %}
subgraph cluster_{{ sub.bat_id }} {
fontsize=15;
label="Batiment {{ sub.bat_name }}";
label="Bâtiment {{ sub.bat_name }}";
{% if sub.bornes %}
{% block bornes %}

Loading…
Cancel
Save