Translating entity types in network topology

Change-Id: I8e52a15fe606562b7336fefd8c96a38a560a759a
Partial-bug: #1226159
This commit is contained in:
David Lyle
2013-09-30 14:26:13 -06:00
parent 912425aeb5
commit 55fa47a315

View File

@@ -1,3 +1,4 @@
{% load i18n %}
<style type="text/css">
svg#topology_canvas {
font-family: sans-serif;
@@ -174,7 +175,7 @@ svg#topology_canvas g.loading .instance_normal .icon_bg {
<rect class="frame" x="0" y="0" rx="6" ry="6" width="90" height="50"></rect>
<g class="texts" pointer-events="none">
<rect class="texts_bg" x="1.5" y="32" width="87" height="17"></rect>
<text x="45" y="46" class="type">Router</text>
<text x="45" y="46" class="type">{% trans "Router" %}</text>
<text x="45" y="22" class="name">router</text>
</g>
<g class="icon" transform="translate(6,6)" pointer-events="none">
@@ -192,7 +193,7 @@ svg#topology_canvas g.loading .instance_normal .icon_bg {
<rect class="frame" x="0" y="0" rx="6" ry="6" width="90" height="50"></rect>
<g class="texts">
<rect class="texts_bg" x="1.5" y="32" width="87" height="17"></rect>
<text x="45" y="46" class="type">Instance</text>
<text x="45" y="46" class="type">{% trans "Instance" %}</text>
<text x="45" y="22" class="name">instance</text>
</g>
<g class="icon" transform="translate(6,6)">