mirror of
https://gitlab2.federez.net/re2o/re2o
synced 2024-11-16 00:13:12 +00:00
Move Building and SwitchBay infos on the Stack info page
This commit is contained in:
parent
33a75494e4
commit
e924e91964
3 changed files with 71 additions and 62 deletions
|
@ -29,31 +29,21 @@ with this program; if not, write to the Free Software Foundation, Inc.,
|
||||||
{% block title %}Modèles de switches{% endblock %}
|
{% block title %}Modèles de switches{% endblock %}
|
||||||
|
|
||||||
{% block content %}
|
{% block content %}
|
||||||
<h2>Modèles de switches</h2>
|
<h2>Modèles de switches</h2>
|
||||||
{% can_create ModelSwitch %}
|
{% can_create ModelSwitch %}
|
||||||
<a class="btn btn-primary btn-sm" role="button" href="{% url 'topologie:new-model-switch' %}"><i class="fa fa-plus"></i> Ajouter un modèle</a>
|
<a class="btn btn-primary btn-sm" role="button" href="{% url 'topologie:new-model-switch' %}">
|
||||||
<hr>
|
<i class="fa fa-plus"></i> Ajouter un modèle
|
||||||
{% acl_end %}
|
</a>
|
||||||
{% include "topologie/aff_model_switch.html" with model_switch_list=model_switch_list %}
|
<hr>
|
||||||
<h2>Constructeurs de switches</h2>
|
{% acl_end %}
|
||||||
{% can_create ConstructorSwitch %}
|
{% include "topologie/aff_model_switch.html" with model_switch_list=model_switch_list %}
|
||||||
<a class="btn btn-primary btn-sm" role="button" href="{% url 'topologie:new-constructor-switch' %}"><i class="fa fa-plus"></i> Ajouter un constructeur</a>
|
|
||||||
<hr>
|
<h2>Constructeurs de switches</h2>
|
||||||
{% acl_end %}
|
{% can_create ConstructorSwitch %}
|
||||||
{% include "topologie/aff_constructor_switch.html" with constructor_switch_list=constructor_switch_list %}
|
<a class="btn btn-primary btn-sm" role="button" href="{% url 'topologie:new-constructor-switch' %}">
|
||||||
<h2>Baie de brassage</h2>
|
<i class="fa fa-plus"></i> Ajouter un constructeur
|
||||||
{% can_create SwitchBay %}
|
</a>
|
||||||
<a class="btn btn-primary btn-sm" role="button" href="{% url 'topologie:new-switch-bay' %}"><i class="fa fa-plus"></i> Ajouter une baie de brassage</a>
|
<hr>
|
||||||
<hr>
|
{% acl_end %}
|
||||||
{% acl_end %}
|
{% include "topologie/aff_constructor_switch.html" with constructor_switch_list=constructor_switch_list %}
|
||||||
{% include "topologie/aff_switch_bay.html" with switch_bay_list=switch_bay_list %}
|
|
||||||
<h2>Batiment</h2>
|
|
||||||
{% can_create Building %}
|
|
||||||
<a class="btn btn-primary btn-sm" role="button" href="{% url 'topologie:new-building' %}"><i class="fa fa-plus"></i> Ajouter un bâtiment</a>
|
|
||||||
<hr>
|
|
||||||
{% acl_end %}
|
|
||||||
{% include "topologie/aff_building.html" with building_list=building_list %}
|
|
||||||
<br />
|
|
||||||
<br />
|
|
||||||
<br />
|
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
|
|
|
@ -29,12 +29,29 @@ with this program; if not, write to the Free Software Foundation, Inc.,
|
||||||
{% block title %}Stacks{% endblock %}
|
{% block title %}Stacks{% endblock %}
|
||||||
|
|
||||||
{% block content %}
|
{% block content %}
|
||||||
<h2>Stacks</h2>
|
<h2>Stacks</h2>
|
||||||
{% can_create Stack %}
|
{% can_create Stack %}
|
||||||
<a class="btn btn-primary btn-sm" role="button" href="{% url 'topologie:new-stack' %}"><i class="fa fa-plus"></i> Ajouter une stack</a>
|
<a class="btn btn-primary btn-sm" role="button" href="{% url 'topologie:new-stack' %}">
|
||||||
{% acl_end %}
|
<i class="fa fa-plus"></i> Ajouter une stack
|
||||||
|
</a>
|
||||||
|
{% acl_end %}
|
||||||
{% include "topologie/aff_stacks.html" with stack_list=stack_list %}
|
{% include "topologie/aff_stacks.html" with stack_list=stack_list %}
|
||||||
<br />
|
|
||||||
<br />
|
<h2>Baie de brassage</h2>
|
||||||
<br />
|
{% can_create SwitchBay %}
|
||||||
|
<a class="btn btn-primary btn-sm" role="button" href="{% url 'topologie:new-switch-bay' %}">
|
||||||
|
<i class="fa fa-plus"></i> Ajouter une baie de brassage
|
||||||
|
</a>
|
||||||
|
<hr>
|
||||||
|
{% acl_end %}
|
||||||
|
{% include "topologie/aff_switch_bay.html" with switch_bay_list=switch_bay_list %}
|
||||||
|
|
||||||
|
<h2>Batiment</h2>
|
||||||
|
{% can_create Building %}
|
||||||
|
<a class="btn btn-primary btn-sm" role="button" href="{% url 'topologie:new-building' %}">
|
||||||
|
<i class="fa fa-plus"></i> Ajouter un bâtiment
|
||||||
|
</a>
|
||||||
|
<hr>
|
||||||
|
{% acl_end %}
|
||||||
|
{% include "topologie/aff_building.html" with building_list=building_list %}
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
|
|
|
@ -182,42 +182,20 @@ def index_ap(request):
|
||||||
|
|
||||||
@login_required
|
@login_required
|
||||||
@can_view_all(Stack)
|
@can_view_all(Stack)
|
||||||
|
@can_view_all(Building)
|
||||||
|
@can_view_all(SwitchBay)
|
||||||
def index_stack(request):
|
def index_stack(request):
|
||||||
"""Affichage de la liste des stacks (affiche l'ensemble des switches)"""
|
"""Affichage de la liste des stacks (affiche l'ensemble des switches)"""
|
||||||
stack_list = Stack.objects\
|
stack_list = Stack.objects\
|
||||||
.prefetch_related('switch_set__interface_set__domain__extension')
|
.prefetch_related('switch_set__interface_set__domain__extension')
|
||||||
|
building_list = Building.objects.all()
|
||||||
|
switch_bay_list = SwitchBay.objects.select_related('building')
|
||||||
stack_list = SortTable.sort(
|
stack_list = SortTable.sort(
|
||||||
stack_list,
|
stack_list,
|
||||||
request.GET.get('col'),
|
request.GET.get('col'),
|
||||||
request.GET.get('order'),
|
request.GET.get('order'),
|
||||||
SortTable.TOPOLOGIE_INDEX_STACK
|
SortTable.TOPOLOGIE_INDEX_STACK
|
||||||
)
|
)
|
||||||
return render(request, 'topologie/index_stack.html', {
|
|
||||||
'stack_list': stack_list
|
|
||||||
})
|
|
||||||
|
|
||||||
|
|
||||||
@login_required
|
|
||||||
@can_view_all(ModelSwitch)
|
|
||||||
@can_view_all(ConstructorSwitch)
|
|
||||||
def index_model_switch(request):
|
|
||||||
""" Affichage de l'ensemble des modèles de switches"""
|
|
||||||
model_switch_list = ModelSwitch.objects.select_related('constructor')
|
|
||||||
constructor_switch_list = ConstructorSwitch.objects
|
|
||||||
switch_bay_list = SwitchBay.objects.select_related('building')
|
|
||||||
building_list = Building.objects.all()
|
|
||||||
model_switch_list = SortTable.sort(
|
|
||||||
model_switch_list,
|
|
||||||
request.GET.get('col'),
|
|
||||||
request.GET.get('order'),
|
|
||||||
SortTable.TOPOLOGIE_INDEX_MODEL_SWITCH
|
|
||||||
)
|
|
||||||
constructor_switch_list = SortTable.sort(
|
|
||||||
constructor_switch_list,
|
|
||||||
request.GET.get('col'),
|
|
||||||
request.GET.get('order'),
|
|
||||||
SortTable.TOPOLOGIE_INDEX_CONSTRUCTOR_SWITCH
|
|
||||||
)
|
|
||||||
building_list = SortTable.sort(
|
building_list = SortTable.sort(
|
||||||
building_list,
|
building_list,
|
||||||
request.GET.get('col'),
|
request.GET.get('col'),
|
||||||
|
@ -230,11 +208,35 @@ def index_model_switch(request):
|
||||||
request.GET.get('order'),
|
request.GET.get('order'),
|
||||||
SortTable.TOPOLOGIE_INDEX_SWITCH_BAY
|
SortTable.TOPOLOGIE_INDEX_SWITCH_BAY
|
||||||
)
|
)
|
||||||
|
return render(request, 'topologie/index_stack.html', {
|
||||||
|
'stack_list': stack_list,
|
||||||
|
'switch_bay_list': switch_bay_list,
|
||||||
|
'building_list' : building_list,
|
||||||
|
})
|
||||||
|
|
||||||
|
|
||||||
|
@login_required
|
||||||
|
@can_view_all(ModelSwitch)
|
||||||
|
@can_view_all(ConstructorSwitch)
|
||||||
|
def index_model_switch(request):
|
||||||
|
""" Affichage de l'ensemble des modèles de switches"""
|
||||||
|
model_switch_list = ModelSwitch.objects.select_related('constructor')
|
||||||
|
constructor_switch_list = ConstructorSwitch.objects
|
||||||
|
model_switch_list = SortTable.sort(
|
||||||
|
model_switch_list,
|
||||||
|
request.GET.get('col'),
|
||||||
|
request.GET.get('order'),
|
||||||
|
SortTable.TOPOLOGIE_INDEX_MODEL_SWITCH
|
||||||
|
)
|
||||||
|
constructor_switch_list = SortTable.sort(
|
||||||
|
constructor_switch_list,
|
||||||
|
request.GET.get('col'),
|
||||||
|
request.GET.get('order'),
|
||||||
|
SortTable.TOPOLOGIE_INDEX_CONSTRUCTOR_SWITCH
|
||||||
|
)
|
||||||
return render(request, 'topologie/index_model_switch.html', {
|
return render(request, 'topologie/index_model_switch.html', {
|
||||||
'model_switch_list': model_switch_list,
|
'model_switch_list': model_switch_list,
|
||||||
'constructor_switch_list': constructor_switch_list,
|
'constructor_switch_list': constructor_switch_list,
|
||||||
'switch_bay_list': switch_bay_list,
|
|
||||||
'building_list' : building_list,
|
|
||||||
})
|
})
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue