1
0
mirror of https://github.com/netbox-community/netbox.git synced 2024-05-10 07:54:54 +00:00

Tweaked display names for Racks, VLANs

This commit is contained in:
Jeremy Stretch
2016-06-22 17:12:12 -04:00
parent dea3ca187a
commit 85a50c67de
5 changed files with 9 additions and 8 deletions

View File

@@ -2,7 +2,7 @@
{% load helpers %}
{% load render_table from django_tables2 %}
{% block title %}Rack {{ rack }} ({{ rack.site }}){% endblock %}
{% block title %}{{ rack.site }} - Rack {{ rack.name }}{% endblock %}
{% block content %}
<div class="row">
@@ -52,7 +52,7 @@
</a>
{% endif %}
</div>
<h1>{{ rack.site }} / {{ rack.name }}</h1>
<h1>Rack {{ rack.name }}</h1>
<div class="row">
<div class="col-md-6">
<div class="panel panel-default">

View File

@@ -39,7 +39,7 @@
</a>
{% endif %}
</div>
<h1>{{ vlan }}</h1>
<h1>VLAN {{ vlan.display_name }}</h1>
<div class="row">
<div class="col-md-6">
<div class="panel panel-default">